diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/arm/lowlevellock.c')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/arm/lowlevellock.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/arm/lowlevellock.c b/libpthread/nptl/sysdeps/unix/sysv/linux/arm/lowlevellock.c index af864b3d5..cd4213573 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/arm/lowlevellock.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/arm/lowlevellock.c @@ -23,6 +23,9 @@ #include <tls.h> void +#ifndef IS_IN_libpthread +weak_function +#endif __lll_lock_wait_private (int *futex) { do |