diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-07-10 16:42:51 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-07-10 16:46:33 -0500 |
commit | bc1da1765e901a9a9f532f91d09f5237655e01fd (patch) | |
tree | 46c0b670d468807531183032471d0203fde9b193 /ChangeLog | |
parent | 6a42be57e8755c956a89d1cae02e99172eba082a (diff) | |
download | glibc-bc1da1765e901a9a9f532f91d09f5237655e01fd.tar glibc-bc1da1765e901a9a9f532f91d09f5237655e01fd.tar.gz glibc-bc1da1765e901a9a9f532f91d09f5237655e01fd.tar.bz2 glibc-bc1da1765e901a9a9f532f91d09f5237655e01fd.zip |
PowerPC: Fix build due missing lll_robust_trylock
Commit 887865f remove the lll_robust_trylock definition on all
architectures, however for powerpc both __lll_trylock and
__lll_cond_trylock were based on lll_robust_trylock definition.
This patch restore it with a different name.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + + * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock): + New define. + (__lll_trylock): Use __lll_base_trylock. + (__lll_cond_trylock): Likewise. + 2014-07-10 Roland McGrath <roland@hack.frob.com> * nptl/pthread_create.c (start_thread): Use atomic_or and |