about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-03-05 18:31:45 +0000
committerUlrich Drepper <drepper@redhat.com>2001-03-05 18:31:45 +0000
commit3e90e361847a46fa7552939eed2af7bf867e034c (patch)
tree9d555f452721e6e21a3c6f0676645f8384f3a482
parent368cfb949f26a3df56486c600d39fb44ec9b386a (diff)
downloadglibc-3e90e361847a46fa7552939eed2af7bf867e034c.tar.gz
glibc-3e90e361847a46fa7552939eed2af7bf867e034c.tar.xz
glibc-3e90e361847a46fa7552939eed2af7bf867e034c.zip
Update.
2001-03-05  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/bits/stat.h (__S_TYPEISMQ, __S_TYPEISSEM,
	__S_TYPEISSHM): Rewrite to enforce correct use the macros.  They still
	always return zero.
	* sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
	* sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
	* sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
	* sysdeps/unix/sysv/linux/m68k/bits/stat.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7de4ecb7ac..123eb9b57e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2001-03-05  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/bits/stat.h (__S_TYPEISMQ, __S_TYPEISSEM,
+	__S_TYPEISSHM): Rewrite to enforce correct use the macros.  They still
+	always return zero.
+	* sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
+	* sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
+	* sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
+	* sysdeps/unix/sysv/linux/m68k/bits/stat.h: Likewise.
+	* sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
+	* sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
+	* sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
+
 2001-03-04  Andreas Jaeger  <aj@suse.de>
 
 	* stdlib/longlong.h: Don't use multi-line strings.