1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* include/setjmp.h: Likewise.
This commit is contained in:
Andreas Jaeger
2000-12-27 20:25:30 +00:00
parent ce351e07c9
commit 784d802ea2
8 changed files with 54 additions and 0 deletions

View File

@ -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