about summary refs log tree commit diff
path: root/posix/re_comp.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-20 10:29:20 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-20 10:29:20 +0000
commitb1aea0989d8a14dcddde207d5414b187b3692a9c (patch)
treeacd7251172b37523ac59fe6fb804d2a74df49e76 /posix/re_comp.h
parent9daba4f4b988977b01427a47908a0ca4ab717984 (diff)
downloadglibc-b1aea0989d8a14dcddde207d5414b187b3692a9c.tar.gz
glibc-b1aea0989d8a14dcddde207d5414b187b3692a9c.tar.xz
glibc-b1aea0989d8a14dcddde207d5414b187b3692a9c.zip
Update.
2003-03-20  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Include <atomic.h>.
	Remove __lll_add, __lll_dev_if_positive, and __lll_test_and_set
	definitions.  Replace uses with calls to atomic_* functions.
	* sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
	* sysdeps/unix/sysv/linux/lowlevellock.c: Replace __lll_add and
	__lll_test_and_set calls with atomic_exchange_and_add and
	atomic_exchange calls respectively.
	* sysdeps/unix/sysv/linux/sem_post.c: Likewise.
	* sysdeps/unix/sysv/linux/sem_timedwait.c: Likewise.
	* sysdeps/unix/sysv/linux/sem_trywait.c: Likewise.
	* sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
	* sysdeps/unix/sysv/linux/ia64/pthread_once.c: Likewise.
	* sysdeps/unix/sysv/linux/ia64/sem_port.c: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Likewise.

	* allocatestack.c (allocate_stack): Assume atomic_exchange_and_add
	returns the old value.
Diffstat (limited to 'posix/re_comp.h')
0 files changed, 0 insertions, 0 deletions