diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-24 21:47:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-24 21:47:53 +0000 |
commit | f0b1a6c8762a6e2ec698fa7e253399b327047e34 (patch) | |
tree | e6418b92481aa30daace0bd14e4c1156470ae8ff /ChangeLog | |
parent | d7b734741d4d964af37f785230906403eca3b192 (diff) | |
download | glibc-f0b1a6c8762a6e2ec698fa7e253399b327047e34.tar.gz glibc-f0b1a6c8762a6e2ec698fa7e253399b327047e34.tar.xz glibc-f0b1a6c8762a6e2ec698fa7e253399b327047e34.zip |
* hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
_hurdsig_interrupt_timeout, _hurdsig_fault_preemptor. * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink. * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy, __mach_reply_port.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 46bce19567..0d3dab8ea4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2001-08-23 Roland McGrath <roland@frob.com> + + * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal, + _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor. + + * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink. + + * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy, + __mach_reply_port. + 2001-08-24 Ulrich Drepper <drepper@redhat.com> * nss/test-netdb.c (test_hosts): Don't segfault if gethostname |