diff options
Diffstat (limited to 'include/setjmp.h')
-rw-r--r-- | include/setjmp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/setjmp.h b/include/setjmp.h index 5093ff7d06..acab1b9acb 100644 --- a/include/setjmp.h +++ b/include/setjmp.h @@ -15,4 +15,7 @@ extern int __sigjmp_save (jmp_buf __env, int __savemask); extern void _longjmp_unwind (jmp_buf env, int val); +extern void __libc_siglongjmp (sigjmp_buf __env, int __val) + __attribute__ ((noreturn)); + #endif |