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 4f88178964..9dccc9889e 100644
--- a/nptl/lowlevellock.c
+++ b/nptl/lowlevellock.c
@@ -67,6 +67,6 @@ __lll_lock_wake (int *futex, int private)
 libc_hidden_def (__lll_lock_wake)
 
 #if ENABLE_ELISION_SUPPORT
-int __pthread_force_elision __attribute__ ((nocommon));
+int __pthread_force_elision;
 libc_hidden_data_def (__pthread_force_elision)
 #endif