mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-09 02:40:08 +00:00
7 lines
170 B
C
7 lines
170 B
C
|
#define JMP_BUF_SIZE 592
|
||
|
#define SIGJMP_BUF_SIZE 592
|
||
|
#define JMP_BUF_ALIGN 16
|
||
|
#define SIGJMP_BUF_ALIGN 16
|
||
|
#define MASK_WAS_SAVED_OFFSET 448
|
||
|
#define SAVED_MASK_OFFSET 452
|