diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-29 09:24:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-29 09:24:03 +0000 |
commit | ea473bad4c98d8e36cd510ba117d8fd7ab623c85 (patch) | |
tree | 3cab8a02ee38c0ba230236be0147961102029070 /nptl | |
parent | cc4f0dde8880d12a99e470b51e788bd575ec17c5 (diff) | |
download | glibc-ea473bad4c98d8e36cd510ba117d8fd7ab623c85.tar.gz glibc-ea473bad4c98d8e36cd510ba117d8fd7ab623c85.tar.xz glibc-ea473bad4c98d8e36cd510ba117d8fd7ab623c85.zip |
Update.
2003-03-29 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Avoid netlink_open calls if netlink is known to not be available.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0724d7214f..86d766f163 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-03-29 Ulrich Drepper <drepper@redhat.com> + + * Makefile (libpthread-routines): Add pthread_atfork. + (libpthread-static-only-routines): Add pthread_atfork. + 2003-03-28 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/sh/tls.h: Include nptl/descr.h after the definition |