summary refs log tree commit diff
path: root/nptl/libc_multiple_threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/libc_multiple_threads.c')
-rw-r--r--nptl/libc_multiple_threads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/libc_multiple_threads.c b/nptl/libc_multiple_threads.c
index a0e7932c26..4eeec856ad 100644
--- a/nptl/libc_multiple_threads.c
+++ b/nptl/libc_multiple_threads.c
@@ -23,7 +23,7 @@
 /* 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
    nptl/descr.h for more context on the single-threaded process case.  */
-int __libc_multiple_threads __attribute__ ((nocommon));
+int __libc_multiple_threads;
 libc_hidden_data_def (__libc_multiple_threads)
 # endif
 #endif