about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-12 02:42:41 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-12 02:42:41 +0000
commit2e79a6bf20f739abca8bdca7140a8857e1ab9ddc (patch)
tree454e575b69ede35703b0bfc8e9d459a1baeb8268
parent7543b60cc234af84720759c1d78638c59a2015a6 (diff)
downloadglibc-2e79a6bf20f739abca8bdca7140a8857e1ab9ddc.tar.gz
glibc-2e79a6bf20f739abca8bdca7140a8857e1ab9ddc.tar.xz
glibc-2e79a6bf20f739abca8bdca7140a8857e1ab9ddc.zip
Update.
2004-08-11  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/bits/shm.h: Add __BEGIN_DECLS for
	__getpagesize declaration.
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d70cbba44..643c04ac65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-11  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/bits/shm.h: Add __BEGIN_DECLS for
+	__getpagesize declaration.
+
 2004-08-11  Roland McGrath  <roland@redhat.com>
 
 	* posix/tst-waitid.c (do_test): Ignore SIGCHLD before cleanup SIGKILL.