mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-13 13:37:38 +08:00
On powerpc, atomic_exchange_and_add is implemented without any barriers. This patchs adds the missing instruction and memory barrier for acquire and release semanthics.