summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/arm/pthread_spin_lock.c
AgeCommit message (Collapse)Author
2016-05-31arm: add non-assembly versions of pthread_spin_lock/pthread_spin_trylockWaldemar Brodkorb
Sync pthread_spin_lock/pthread_spin_trylock with GNU libc as it avoids any usage of deprecated SWP instruction. This allows to build uClibc-ng for ARMv8 Cortex-A53 CPU in 32 Bit mode.