summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile.arch
diff options
context:
space:
mode:
authorAustin Foxley <austinf@cetoncorp.com>2009-12-16 03:43:50 -0800
committerAustin Foxley <austinf@cetoncorp.com>2009-12-16 03:43:50 -0800
commit02a89fe640faeb77920643190bff29894e503d64 (patch)
treede1bd333d351e3d5f05b4a2f02f0247c769bc54e /libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile.arch
parent11cd655429ca1f7e8b3e851e489e51d5d19e0f78 (diff)
x86_64: fix up the rest of the includes and aliases for nptl
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile.arch')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile.arch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile.arch b/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile.arch
index e50539a36..f059e2db2 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile.arch
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/Makefile.arch
@@ -18,7 +18,7 @@ libpthread_SSRC += lowlevellock.S pthread_barrier_wait.S pthread_cond_signal.S p
sem_post.S sem_timedwait.S \
sem_trywait.S sem_wait.S pthread_rwlock_rdlock.S pthread_rwlock_wrlock.S \
pthread_rwlock_timedrdlock.S pthread_rwlock_timedwrlock.S pthread_rwlock_unlock.S \
- pthread_cond_timedwait.S pthread_cond_wait.S
+ pthread_cond_timedwait.S pthread_cond_wait.S pthread_spin_unlock.S
libc_a_SSRC += libc-lowlevellock.S