diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/x86_64/sysdep.h')
-rw-r--r-- | libpthread/nptl/sysdeps/x86_64/sysdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/x86_64/sysdep.h b/libpthread/nptl/sysdeps/x86_64/sysdep.h index 122270f91..ac74b7c23 100644 --- a/libpthread/nptl/sysdeps/x86_64/sysdep.h +++ b/libpthread/nptl/sysdeps/x86_64/sysdep.h @@ -95,7 +95,7 @@ lose: \ END (name) #undef JUMPTARGET -#ifdef PIC +#ifdef __PIC__ #define JUMPTARGET(name) name##@PLT #else #define JUMPTARGET(name) name |