From eae3172be207b6212f327b43eee429c091bd0419 Mon Sep 17 00:00:00 2001
From: "Peter S. Mazinger" <ps.m@gmx.net>
Date: Thu, 24 Mar 2011 14:31:46 +0100
Subject: 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>
---
 libpthread/linuxthreads/sysdeps/unix/sysv/linux/jmp-unwind.c | 1 +
 libpthread/nptl/sysdeps/unix/sysv/linux/jmp-unwind.c         | 1 +
 2 files changed, 2 insertions(+)

(limited to 'libpthread')

diff --git a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/jmp-unwind.c b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/jmp-unwind.c
index 4b9031570..b3f9ef204 100644
--- a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/jmp-unwind.c
+++ b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/jmp-unwind.c
@@ -32,3 +32,4 @@ _longjmp_unwind (jmp_buf env, int val)
 		      (env->__jmpbuf, __builtin_frame_address (0)),
 		      (void) 0);
 }
+libc_hidden_def(_longjmp_unwind)
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)
-- 
cgit v1.2.3