]> sourceware.org Git - glibc.git/blobdiff - sysdeps/unix/sysv/linux/tile/sysdep-cancel.h
Remove IS_IN_librt
[glibc.git] / sysdeps / unix / sysv / linux / tile / sysdep-cancel.h
index 233333844fbdcc7fa7f42d3bd86cf8cc711707f0..8140273b7dab8a94a291e040df8eab10bee3c990 100644 (file)
@@ -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)
 
 /* Allow hacking in some extra code if desired. */
 #ifndef PSEUDO_EXTRA
 # ifdef IS_IN_libpthread
 #  define CENABLE      jal __pthread_enable_asynccancel
 #  define CDISABLE     jal __pthread_disable_asynccancel
-# elif defined IS_IN_librt
+# elif IS_IN (librt)
 #  define CENABLE      jal __librt_enable_asynccancel
 #  define CDISABLE     jal __librt_disable_asynccancel
 # else
This page took 0.026542 seconds and 5 git commands to generate.