| 1 | #define JMP_BUF_SIZE 200 |
|---|---|
| 2 | #define SIGJMP_BUF_SIZE 200 |
| 3 | #define JMP_BUF_ALIGN 8 |
| 4 | #define SIGJMP_BUF_ALIGN 8 |
| 5 | #define MASK_WAS_SAVED_OFFSET 64 |
| 6 | #define SAVED_MASK_OFFSET 72 |
| 7 |
| 1 | #define JMP_BUF_SIZE 200 |
|---|---|
| 2 | #define SIGJMP_BUF_SIZE 200 |
| 3 | #define JMP_BUF_ALIGN 8 |
| 4 | #define SIGJMP_BUF_ALIGN 8 |
| 5 | #define MASK_WAS_SAVED_OFFSET 64 |
| 6 | #define SAVED_MASK_OFFSET 72 |
| 7 |