PowerPC: Fix build due missing lll_robust_trylock
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Thu, 10 Jul 2014 21:42:51 +0000 (16:42 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Thu, 10 Jul 2014 21:46:33 +0000 (16:46 -0500)
commitbc1da1765e901a9a9f532f91d09f5237655e01fd
tree46c0b670d468807531183032471d0203fde9b193
parent6a42be57e8755c956a89d1cae02e99172eba082a
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.
ChangeLog
sysdeps/unix/sysv/linux/powerpc/lowlevellock.h