diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-12 18:45:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-12 18:45:49 +0000 |
commit | ccc63b07082c257ffc6fe0b0bbf770283bb44e98 (patch) | |
tree | 4fe19a84b02141ca49ed9a9a1536be08a16bfd2d /nptl/ChangeLog | |
parent | 9ad684229e7cf2f0b3c6068b2122701d167a5794 (diff) | |
download | glibc-ccc63b07082c257ffc6fe0b0bbf770283bb44e98.tar.gz glibc-ccc63b07082c257ffc6fe0b0bbf770283bb44e98.tar.xz glibc-ccc63b07082c257ffc6fe0b0bbf770283bb44e98.zip |
[BZ #365]
Update. * misc/syslog.c (vsyslog): Fix copying of PID in case of out-of-memory situation. [BZ #365]. * sysdeps/alpha/fpu/bits/mathinline.h: Use __NTH instead of __THROW in inline function definitions.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index ea56746894..f69393bca9 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,18 @@ +2004-09-12 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/pthread/pthread.h: Make rwlock prototypes available also + for __USE_XOPEN2K. + * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: Define rwlock + types also for __USE_XOPEN2K. + * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h: Likewise. + * sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Likewise. + * sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Likewise. + * sysdeps/unix/sysv/linux/x86_64/bits/pthreadtypes.h: Likewise. + [BZ #320] + 2004-09-08 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/pthread.h |