* sysdeps/gnu/errlist-compat.awk: Reduce required number of symbols in

sanity check.

	* sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correctly
This commit is contained in:
Roland McGrath 2006-01-23 21:26:27 +00:00
parent c2b22a0818
commit d421a7801d
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
2006-01-22 Aurelien Jarno <aurelien@aurel32.net>
* sysdeps/gnu/errlist-compat.awk: Reduce required number of symbols in
sanity check.
2006-01-21 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correcty
* sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correctly
return EBADF for non-existing file descriptors.
* sysdeps/unix/sysv/linux/openat.c (__atfct_seterrno): Likewise.
* io/tst-openat.c (do_test): Add some more tests.