summaryrefslogtreecommitdiff
path: root/sysdeps/pthread/bits/libc-lockP.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/pthread/bits/libc-lockP.h')
-rw-r--r--sysdeps/pthread/bits/libc-lockP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/bits/libc-lockP.h b/sysdeps/pthread/bits/libc-lockP.h
index 3cfbc18..2631e0c 100644
--- a/sysdeps/pthread/bits/libc-lockP.h
+++ b/sysdeps/pthread/bits/libc-lockP.h
@@ -37,7 +37,7 @@
#endif
/* Call thread functions through the function pointer table. */
-#if defined SHARED && !defined NOT_IN_libc
+#if defined SHARED && IS_IN (libc)
# define PTFAVAIL(NAME) __libc_pthread_functions_init
# define __libc_ptf_call(FUNC, ARGS, ELSE) \
(__libc_pthread_functions_init ? PTHFCT_CALL (ptr_##FUNC, ARGS) : ELSE)