diff options
Diffstat (limited to 'nptl/libc_multiple_threads.c')
-rw-r--r-- | nptl/libc_multiple_threads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/libc_multiple_threads.c b/nptl/libc_multiple_threads.c index acf3594d71..0361f6c273 100644 --- a/nptl/libc_multiple_threads.c +++ b/nptl/libc_multiple_threads.c @@ -18,7 +18,7 @@ #include <pthreadP.h> -#ifndef NOT_IN_libc +#if IS_IN (libc) # ifndef TLS_MULTIPLE_THREADS_IN_TCB /* Variable set to a nonzero value either if more than one thread runs or ran, or if a single-threaded process is trying to cancel itself. See |