about summary refs log tree commit diff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/single_threaded.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/single_threaded.c b/misc/single_threaded.c
index 96ada9137b..9b0746a69c 100644
--- a/misc/single_threaded.c
+++ b/misc/single_threaded.c
@@ -25,3 +25,5 @@ char __libc_single_threaded;
 #else
 char __libc_single_threaded = 1;
 #endif
+libc_hidden_data_def_alias (__libc_single_threaded,
+			    __libc_single_threaded_internal)