summaryrefslogtreecommitdiff
path: root/include/setjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/setjmp.h')
-rw-r--r--include/setjmp.h1
1 files changed, 1 insertions, 0 deletions
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