summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/i386/jmp_buf-macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/i386/jmp_buf-macros.h')
-rw-r--r--sysdeps/mach/hurd/i386/jmp_buf-macros.h6
1 files changed, 6 insertions, 0 deletions
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