aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-27 19:45:21 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-27 19:45:21 +0000
commit257abbe2e31a500ee871075e3c8c486c4289c375 (patch)
treec45d1987ab8ae0c57ee11d3d6a11b8be00fcecbf /ChangeLog
parent2ff458ebe647b5aba45d3b8f49ea76d2d993d5db (diff)
downloadglibc-257abbe2e31a500ee871075e3c8c486c4289c375.zip
glibc-257abbe2e31a500ee871075e3c8c486c4289c375.tar.gz
glibc-257abbe2e31a500ee871075e3c8c486c4289c375.tar.bz2
Update.
* conform/data/sys/shm.h-data: SHMLBA is not required to by a constant. * conform/conformtest.pl: Implement handling of symbol.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e2e5c8..7b1c32a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2001-01-27 Ulrich Drepper <drepper@redhat.com>
+ * conform/data/sys/shm.h-data: SHMLBA is not required to by a constant.
+ * conform/conformtest.pl: Implement handling of symbol.
+
* signal/signal.h: Fix handling of __need_* symbols.
* misc/sys/select.c: Define fd_set here. Remove __fd_set. Define
fd_mask only if __USE_MISC. Declare pselect for __USE_XOPEN2K.