mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 14:40:06 +00:00
(__libc_longjmp): Add declaration.
This commit is contained in:
parent
f04668099b
commit
92d702633f
@ -15,7 +15,9 @@ extern int __sigjmp_save (jmp_buf __env, int __savemask);
|
|||||||
|
|
||||||
extern void _longjmp_unwind (jmp_buf env, int val);
|
extern void _longjmp_unwind (jmp_buf env, int val);
|
||||||
|
|
||||||
extern void __libc_siglongjmp (sigjmp_buf __env, int __val)
|
extern void __libc_siglongjmp (sigjmp_buf env, int val)
|
||||||
__attribute__ ((noreturn));
|
__attribute__ ((noreturn));
|
||||||
|
extern void __libc_longjmp (sigjmp_buf env, int val)
|
||||||
|
__attribute__ ((noreturn));
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user