From 1d6099a2b4825b92cb09970ccfe998f8fef4d498 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 20 Mar 2011 02:45:16 +0100 Subject: unwind-{resume,forcedunwind}.c: add missing prototypes Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libpthread/nptl/sysdeps/pthread/unwind-forcedunwind.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libpthread/nptl/sysdeps/pthread/unwind-forcedunwind.c') diff --git a/libpthread/nptl/sysdeps/pthread/unwind-forcedunwind.c b/libpthread/nptl/sysdeps/pthread/unwind-forcedunwind.c index 40b8d98c9..c5cbaac57 100644 --- a/libpthread/nptl/sysdeps/pthread/unwind-forcedunwind.c +++ b/libpthread/nptl/sysdeps/pthread/unwind-forcedunwind.c @@ -109,6 +109,11 @@ _Unwind_Resume (struct _Unwind_Exception *exc) resume (exc); } +_Unwind_Reason_Code +__gcc_personality_v0 (int version, _Unwind_Action actions, + _Unwind_Exception_Class exception_class, + struct _Unwind_Exception *ue_header, + struct _Unwind_Context *context); _Unwind_Reason_Code __gcc_personality_v0 (int version, _Unwind_Action actions, _Unwind_Exception_Class exception_class, -- cgit v1.2.3