diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-02-17 16:18:21 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-02-17 16:18:21 +0000 |
commit | 378b1353df56387b0706bc42cb661ff2227c8eb9 (patch) | |
tree | db9a2d7dc4e6efe53f633f0fcda52f682f16f3a9 /ChangeLog | |
parent | 9c09cd93597a91d6b0b59c8813be97d530e7551c (diff) | |
download | glibc-378b1353df56387b0706bc42cb661ff2227c8eb9.tar glibc-378b1353df56387b0706bc42cb661ff2227c8eb9.tar.gz glibc-378b1353df56387b0706bc42cb661ff2227c8eb9.tar.bz2 glibc-378b1353df56387b0706bc42cb661ff2227c8eb9.zip |
* include/atomic.h (atomic_and, atomic_or): Define.cvs/fedora-glibc-2_3_90-38
nptl/
* sysdeps/unix/sysv/linux/alpha/lowlevellock.h (lll_robust_mutex_dead,
lll_robust_mutex_trylock, lll_robust_mutex_lock,
lll_robust_mutex_cond_lock, lll_robust_mutex_timedlock,
lll_robust_mutex_unlock): New macros.
(__lll_robust_lock_wait, __lll_robust_timedlock_wait): New prototypes.
* sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
* sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
* sysdeps/unix/sysv/linux/lowlevelrobustlock.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2006-02-17 Jakub Jelinek <jakub@redhat.com> + + * include/atomic.h (atomic_and, atomic_or): Define. + 2006-02-15 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Define MADV_DONTFORK |