mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 02:40:06 +00:00
7 lines
168 B
C
7 lines
168 B
C
|
#define JMP_BUF_SIZE 304
|
||
|
#define SIGJMP_BUF_SIZE 304
|
||
|
#define JMP_BUF_ALIGN 8
|
||
|
#define SIGJMP_BUF_ALIGN 8
|
||
|
#define MASK_WAS_SAVED_OFFSET 168
|
||
|
#define SAVED_MASK_OFFSET 172
|