about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-04-29 12:31:29 +0000
committerAndreas Jaeger <aj@suse.de>2001-04-29 12:31:29 +0000
commit5385f8642c2663990706729c46a4c1cacaf04ccb (patch)
tree1776016a67f4db2d6ea6a94ee96bcd73885ee408
parentd37286c178cf779919be950a0d48272cacbe433e (diff)
downloadglibc-5385f8642c2663990706729c46a4c1cacaf04ccb.tar.gz
glibc-5385f8642c2663990706729c46a4c1cacaf04ccb.tar.xz
glibc-5385f8642c2663990706729c46a4c1cacaf04ccb.zip
Update.
2001-04-29  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
	Define for Arm, PowerPC and SH if kernel is 2.4.4 or newer.

	* sysdeps/unix/sysv/linux/bits/socket.h (PF_WANPIPE): New, from
	Linux 2.4.4.
	(AF_WANPIPE): Likewise.
	(MSG_MORE): New.

	* sysdeps/unix/sysv/linux/alpha/bits/socket.h: Add same changes as
	for Linux generic version.
	* sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
	* sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.

	* sysdeps/gnu/netinet/tcp.h (TCP_QUICKACK): New.
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08bd8e6cad..0a64e94fcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2001-04-29  Andreas Jaeger  <aj@suse.de>
+
+	* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
+	Define for Arm, PowerPC and SH if kernel is 2.4.4 or newer.
+
+	* sysdeps/unix/sysv/linux/bits/socket.h (PF_WANPIPE): New, from
+	Linux 2.4.4.
+	(AF_WANPIPE): Likewise.
+	(MSG_MORE): New.
+
+	* sysdeps/unix/sysv/linux/alpha/bits/socket.h: Add same changes as
+	for Linux generic version.
+	* sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
+	* sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
+	* sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
+	* sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
+
+	* sysdeps/gnu/netinet/tcp.h (TCP_QUICKACK): New.
+
 2001-04-27  Ulrich Drepper  <drepper@redhat.com>
 
 	* nis/nss-nis.h: Correct test for invalid error number.