diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86_64/cancellation.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/cancellation.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/cancellation.S b/sysdeps/unix/sysv/linux/x86_64/cancellation.S index 89fda5efeb..5189bbcf2c 100644 --- a/sysdeps/unix/sysv/linux/x86_64/cancellation.S +++ b/sysdeps/unix/sysv/linux/x86_64/cancellation.S @@ -21,7 +21,7 @@ #include <kernel-features.h> #include "lowlevellock.h" -#ifdef IS_IN_libpthread +#if IS_IN (libpthread) # if defined SHARED && !defined NO_HIDDEN # define __pthread_unwind __GI___pthread_unwind # endif |