glibc/sysdeps/mach/hurd/i386/jmp_buf-macros.h
Samuel Thibault fad7d57ef9 hurd: Add jmp_buf-macros.h
* sysdeps/mach/hurd/i386/jmp_buf-macros.h: New file.
2018-01-06 02:32:55 +01:00

7 lines
164 B
C

#define JMP_BUF_SIZE 32
#define SIGJMP_BUF_SIZE 32
#define JMP_BUF_ALIGN 4
#define SIGJMP_BUF_ALIGN 4
#define MASK_WAS_SAVED_OFFSET 24
#define SAVED_MASK_OFFSET 28