From b496187a721dc2a4d87ed298f85817245d46f846 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 19 Mar 2011 00:17:56 +0100 Subject: setjmp.h: move __sigjmp_save prototype for consistency Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- include/setjmp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/setjmp.h') diff --git a/include/setjmp.h b/include/setjmp.h index c70f77198..0da5968b0 100644 --- a/include/setjmp.h +++ b/include/setjmp.h @@ -119,6 +119,7 @@ libc_hidden_proto(__longjmp) extern __typeof(longjmp) __libc_longjmp attribute_noreturn; extern __typeof(siglongjmp) __libc_siglongjmp attribute_noreturn; extern void _longjmp_unwind(jmp_buf __env, int __val); +extern int __sigjmp_save(sigjmp_buf __env, int __savemask) attribute_hidden; /* We use the normal longjmp for unwinding */ # define __libc_unwind_longjmp(buf, val) __libc_longjmp(buf, val) #endif -- cgit v1.2.3