prevent warning when #including setjmp.h
This commit is contained in:
parent
3d748f5273
commit
2c5370239d
@ -20,7 +20,7 @@
|
||||
typedef struct {
|
||||
long __mask;
|
||||
int __flag;
|
||||
void (*__pc)();
|
||||
void (*__pc)(void);
|
||||
void *__sp;
|
||||
void *__lb;
|
||||
} jmp_buf[1];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user