diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/unix')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.in | 2 |
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 |