Replace __lll_add calls with atomic_exchange_and_add calls respectively.
authorUlrich Drepper <drepper@redhat.com>
Thu, 20 Mar 2003 10:28:06 +0000 (10:28 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 20 Mar 2003 10:28:06 +0000 (10:28 +0000)
commit9daba4f4b988977b01427a47908a0ca4ab717984
treed1ae2cd13fc64e2b89f65cc9940f9ab0ae81aa30
parent53fcb885017b3c01e960c0ad68616dbad61f9192
Replace __lll_add calls with atomic_exchange_and_add calls respectively.
nptl/sysdeps/unix/sysv/linux/ia64/pthread_once.c
nptl/sysdeps/unix/sysv/linux/ia64/sem_post.c
nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c
nptl/sysdeps/unix/sysv/linux/sem_post.c
nptl/sysdeps/unix/sysv/linux/sem_timedwait.c
nptl/sysdeps/unix/sysv/linux/sem_trywait.c
nptl/sysdeps/unix/sysv/linux/sem_wait.c