about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-23 21:26:27 +0000
committerRoland McGrath <roland@gnu.org>2006-01-23 21:26:27 +0000
commitd421a7801d1bdfd8175e53a79068833ae4de56b1 (patch)
tree84d64f91469d544e9e53b0d43564d25cba1d2273 /ChangeLog
parentc2b22a0818c5c22493a086062e4cb1dc208026ae (diff)
downloadglibc-d421a7801d1bdfd8175e53a79068833ae4de56b1.tar.gz
glibc-d421a7801d1bdfd8175e53a79068833ae4de56b1.tar.xz
glibc-d421a7801d1bdfd8175e53a79068833ae4de56b1.zip
* sysdeps/gnu/errlist-compat.awk: Reduce required number of symbols in
	sanity check.

	* sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_2): Correctly
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e5e3657968..874ce3f9d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.