about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-07-27 15:43:37 +0000
committerAndreas Jaeger <aj@suse.de>2000-07-27 15:43:37 +0000
commit64c81855b8e4bd9e810bc6c86e09aa47f08c7eca (patch)
treefaadf10fc3be051199c551ad7af2e9e73243e8ad /ChangeLog
parentaef116ea7aefb48ba981ecdc0964c68c521a03bc (diff)
downloadglibc-64c81855b8e4bd9e810bc6c86e09aa47f08c7eca.tar.gz
glibc-64c81855b8e4bd9e810bc6c86e09aa47f08c7eca.tar.xz
glibc-64c81855b8e4bd9e810bc6c86e09aa47f08c7eca.zip
Update.
	* sysdeps/unix/sysv/linux/bits/socket.h: Rename MSG_URG TO
	MSG_CONFIRM following kernel 2.4.0 (MSG_URG was never used).
	* sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
        Reported by Andi Kleen <ak@suse.de>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3ca900e34..0eb4a99c2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2000-07-27  Andreas Jaeger  <aj@suse.de>
 
+	* sysdeps/unix/sysv/linux/bits/socket.h: Rename MSG_URG TO
+	MSG_CONFIRM following kernel 2.4.0 (MSG_URG was never used).
+	* sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
+        Reported by Andi Kleen <ak@suse.de>.
+
 	* rt/tst-aio64.c: Add tests for aio_fsync64 and aio_cancel64.
 	(do_wait): Test requests with aio_return64.
 	(do_test): Change callers of do_wait.