From fad7d57ef94bbb0254042cd213b6be2714c69df1 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 6 Jan 2018 02:27:44 +0100 Subject: hurd: Add jmp_buf-macros.h * sysdeps/mach/hurd/i386/jmp_buf-macros.h: New file. --- sysdeps/mach/hurd/i386/jmp_buf-macros.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sysdeps/mach/hurd/i386/jmp_buf-macros.h (limited to 'sysdeps/mach/hurd') diff --git a/sysdeps/mach/hurd/i386/jmp_buf-macros.h b/sysdeps/mach/hurd/i386/jmp_buf-macros.h new file mode 100644 index 0000000000..834f5fb243 --- /dev/null +++ b/sysdeps/mach/hurd/i386/jmp_buf-macros.h @@ -0,0 +1,6 @@ +#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 -- cgit 1.4.1