diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-13 05:46:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-13 05:46:56 +0000 |
commit | 4d004cfb45f86696f764e2c92d9c2ea0c54a2bba (patch) | |
tree | e9979ffbbd918b1cc0814df5e53df128e63f53f7 /nptl | |
parent | 770d9b39dfacea4ec15446995d6a57906b8125d1 (diff) | |
download | glibc-4d004cfb45f86696f764e2c92d9c2ea0c54a2bba.tar.gz glibc-4d004cfb45f86696f764e2c92d9c2ea0c54a2bba.tar.xz glibc-4d004cfb45f86696f764e2c92d9c2ea0c54a2bba.zip |
Update.
2004-08-12 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard RUSAGE_ enums as __RUSAGE_ and adjust macros accordingly. * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise. Define non-standard RLIMIT_ enums as __RLIMIT_ and adjust macros accordingly.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 931afc169a..9b8bd14531 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,13 @@ +2004-08-09 Jakub Jelinek <jakub@redhat.com> + + * DESIGN-rwlock.txt: Add decreasing of nr_readers_queued to + pthread_rwlock_rdlock. + * sysdeps/pthread/pthread_rwlock_rdlock (__pthread_rwlock_rdlock): + Decrease __nr_readers_queued after reacquiring lock. + * sysdeps/pthread/pthread_rwlock_timedrdlock + (pthread_rwlock_timedrdlock): Likewise. + Reported by Bob Cook <bobcook47@hotmail.com>. + 2004-08-11 Jakub Jelinek <jakub@redhat.com> * tst-rwlock14.c (tf): Read main thread handle from *ARG |