OSDN Git Service

nptl: fix compilation on x86_64
[uclinux-h8/uClibc.git] / libpthread / nptl / sysdeps / unix / sysv / linux / x86_64 / lowlevellock.S
index f875323..e59bdda 100644 (file)
@@ -163,7 +163,7 @@ __lll_timedlock_wait:
        cfi_startproc
 # ifndef __ASSUME_FUTEX_CLOCK_REALTIME
 #  ifdef __PIC__
-       cmpl    $0, __have_futex_clock_realtime(%rip)
+       cmpl    $0, __have_futex_clock_realtime@GOTOFF(%rip)
 #  else
        cmpl    $0, __have_futex_clock_realtime
 #  endif