about summary refs log tree commit diff
path: root/nptl/lowlevellock.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/lowlevellock.c')
-rw-r--r--nptl/lowlevellock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/lowlevellock.c b/nptl/lowlevellock.c
index e198af7e8d..4c093fcb01 100644
--- a/nptl/lowlevellock.c
+++ b/nptl/lowlevellock.c
@@ -35,7 +35,7 @@ __lll_lock_wait_private (int *futex)
 
 
 /* These functions don't get included in libc.so  */
-#ifdef IS_IN_libpthread
+#if IS_IN (libpthread)
 void
 __lll_lock_wait (int *futex, int private)
 {