diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-24 14:31:46 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:33 +0200 |
commit | eae3172be207b6212f327b43eee429c091bd0419 (patch) | |
tree | 366a4b31359884e3345a8f2e13523aa987bbfb15 /libpthread/nptl/sysdeps/unix/sysv | |
parent | bb0b54956b9d57f32e8998c1bdd6fed6aac96a6e (diff) |
jmp-unwind.c: add hidden _longjmp_unwind
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c b/libpthread/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c index f2795510a..aa9775032 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c @@ -37,3 +37,4 @@ _longjmp_unwind (jmp_buf env, int val) __pthread_cleanup_upto (env->__jmpbuf, CURRENT_STACK_FRAME); #endif } +libc_hidden_def(_longjmp_unwind) |