about summary refs log tree commit diff
path: root/setjmp
diff options
context:
space:
mode:
Diffstat (limited to 'setjmp')
-rw-r--r--setjmp/longjmp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/setjmp/longjmp.c b/setjmp/longjmp.c
index a2a7065a85..72d43f45df 100644
--- a/setjmp/longjmp.c
+++ b/setjmp/longjmp.c
@@ -45,5 +45,7 @@ __libc_siglongjmp (sigjmp_buf env, int val)
 strong_alias (__libc_siglongjmp, __libc_longjmp)
 weak_alias (__libc_siglongjmp, _longjmp)
 weak_alias (__libc_siglongjmp, longjmp)
+libc_hidden_def (longjmp)
 weak_alias (__libc_siglongjmp, siglongjmp)
+libc_hidden_def (siglongjmp)
 #endif