summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/i386
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-06 02:27:44 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-01-06 02:32:55 +0100
commitfad7d57ef94bbb0254042cd213b6be2714c69df1 (patch)
tree5df1db17039426659b87f0ea195e5401011e103c /sysdeps/mach/hurd/i386
parent3a32b7168d9f49eed5615ca17c9a8bd53cfe94ed (diff)
hurd: Add jmp_buf-macros.h
* sysdeps/mach/hurd/i386/jmp_buf-macros.h: New file.
Diffstat (limited to 'sysdeps/mach/hurd/i386')
-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