mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
First steps to get conformtest fully working
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef _SETJMP_H
|
||||
#include <setjmp/setjmp.h>
|
||||
|
||||
#ifndef _ISOMAC
|
||||
/* Now define the internal interfaces. */
|
||||
|
||||
/* Internal machine-dependent function to restore context sans signal mask. */
|
||||
@@ -16,12 +17,13 @@ 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));
|
||||
__attribute__ ((noreturn));
|
||||
extern void __libc_longjmp (sigjmp_buf env, int val)
|
||||
__attribute__ ((noreturn));
|
||||
libc_hidden_proto (__libc_longjmp)
|
||||
|
||||
libc_hidden_proto (_setjmp)
|
||||
libc_hidden_proto (__sigsetjmp)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user