summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorAustin Foxley <austinf@cetoncorp.com>2010-02-19 11:41:00 -0800
committerAustin Foxley <austinf@cetoncorp.com>2010-02-19 11:41:00 -0800
commitaf92ed684321eb698b27a7abc9c4cbd0bf2676e2 (patch)
tree81f03077022195d836da10cf2a5264d73bfc2fa9 /libpthread
parent8b63e7d52e4519a47fa1365f2e19d35de0db3a9d (diff)
sparc: also needs generic version of lowlevelrobustlock
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in
index f0ddcabde..3713007b2 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in
@@ -51,7 +51,7 @@ librt_CSRC := mq_notify.c
endif
ifeq ($(TARGET_ARCH),sparc)
-libpthread_CSRC += __syscall_error.c
+libpthread_CSRC += __syscall_error.c lowlevelrobustlock.c
librt_CSRC += __syscall_error.c
endif