diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-27 19:45:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-27 19:45:21 +0000 |
commit | 257abbe2e31a500ee871075e3c8c486c4289c375 (patch) | |
tree | c45d1987ab8ae0c57ee11d3d6a11b8be00fcecbf /ChangeLog | |
parent | 2ff458ebe647b5aba45d3b8f49ea76d2d993d5db (diff) | |
download | glibc-257abbe2e31a500ee871075e3c8c486c4289c375.tar.gz glibc-257abbe2e31a500ee871075e3c8c486c4289c375.tar.xz glibc-257abbe2e31a500ee871075e3c8c486c4289c375.zip |
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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6e2e5c80cc..7b1c32ac3f 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. |