diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-23 15:46:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-23 15:46:31 +0000 |
commit | defc45f2fa505a2f51b3d4b78e190a41ff53181e (patch) | |
tree | b1feb226d7b58b4f17cf8846bf6fe3b925791990 /nptl | |
parent | 28635aca920a7bb914fa9dc512769456835344a4 (diff) | |
download | glibc-defc45f2fa505a2f51b3d4b78e190a41ff53181e.zip glibc-defc45f2fa505a2f51b3d4b78e190a41ff53181e.tar.gz glibc-defc45f2fa505a2f51b3d4b78e190a41ff53181e.tar.bz2 |
* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: Fix
compilation when unconditionally using private futexes.
* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Likewise.
* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
Likewise.
* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Likewise.
* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Likewise.
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 16751a9..24c29e6 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,13 @@ +2007-07-23 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: Fix + compilation when unconditionally using private futexes. + * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Likewise. + * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: + Likewise. + * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Likewise. + * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Likewise. + 2007-07-17 Jakub Jelinek <jakub@redhat.com> * sysdeps/pthread/bits/stdio-lock.h (_IO_acquire_lock_clear_flags2): |