]> git.ipfire.org Git - thirdparty/glibc.git/blob - setjmp/jmp_buf-macros.sym
test-container: Fix "unused code" warnings on HURD
[thirdparty/glibc.git] / setjmp / jmp_buf-macros.sym
1 #include <setjmp.h>
2 #include <stddef.h>
3
4 --
5
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)