diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h b/sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h index 6f1c9d745b..365237e31e 100644 --- a/sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h +++ b/sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h @@ -22,7 +22,7 @@ # include <nptl/pthreadP.h> #endif -#if !defined NOT_IN_libc || defined IS_IN_libpthread || defined IS_IN_librt +#if !defined NOT_IN_libc || defined IS_IN_libpthread || IS_IN (librt) # ifndef NO_ERROR # define NO_ERROR -0x1000 @@ -228,7 +228,7 @@ L(pre_end): ASM_LINE_SEP \ # define CDISABLE .import __libc_disable_asynccancel,code ASM_LINE_SEP \ bl __libc_disable_asynccancel,%r2 ASM_LINE_SEP # endif -# elif defined IS_IN_librt +# elif IS_IN (librt) # ifdef PIC # define CENABLE .import __librt_enable_asynccancel,code ASM_LINE_SEP \ bl __librt_enable_asynccancel,%r2 ASM_LINE_SEP @@ -248,7 +248,7 @@ L(pre_end): ASM_LINE_SEP \ # define __local_multiple_threads __pthread_multiple_threads # elif !defined NOT_IN_libc # define __local_multiple_threads __libc_multiple_threads -# elif IS_IN_librt +# elif IS_IN (librt) # define __local_multiple_threads __librt_multiple_threads # else # error Unsupported library @@ -271,7 +271,7 @@ L(pre_end): ASM_LINE_SEP \ # define NO_CANCELLATION 1 #endif -/* !defined NOT_IN_libc || defined IS_IN_libpthread || defined IS_IN_librt */ +/* !defined NOT_IN_libc || defined IS_IN_libpthread || IS_IN (librt) */ #ifndef __ASSEMBLER__ # define RTLD_SINGLE_THREAD_P \ |