mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Update.
* include/setjmp.h: Likewise.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user