elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static
[glibc.git] / setjmp / jmp_buf-macros.sym
blobe43958170d46f5c2d05a40d2e3655b0bda7e42b6
1 #include <setjmp.h>
2 #include <stddef.h>
4 --
6 JMP_BUF_SIZE            sizeof (jmp_buf)
7 JMP_BUF_ALIGN           _Alignof (jmp_buf)
8 SIGJMP_BUF_SIZE         sizeof (sigjmp_buf)
9 SIGJMP_BUF_ALIGN        _Alignof (sigjmp_buf)
10 MASK_WAS_SAVED_OFFSET   offsetof (struct __jmp_buf_tag, __mask_was_saved)
11 SAVED_MASK_OFFSET       offsetof (struct __jmp_buf_tag, __saved_mask)