mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 21:40:12 +00:00
7 lines
166 B
C
7 lines
166 B
C
|
#define JMP_BUF_SIZE 156
|
||
|
#define SIGJMP_BUF_SIZE 156
|
||
|
#define JMP_BUF_ALIGN 4
|
||
|
#define SIGJMP_BUF_ALIGN 4
|
||
|
#define MASK_WAS_SAVED_OFFSET 24
|
||
|
#define SAVED_MASK_OFFSET 28
|