summaryrefslogtreecommitdiff
path: root/src/setjmp/sigjmp_buf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setjmp/sigjmp_buf.c')
-rw-r--r--src/setjmp/sigjmp_buf.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/setjmp/sigjmp_buf.c b/src/setjmp/sigjmp_buf.c
new file mode 100644
index 00000000..09829e88
--- /dev/null
+++ b/src/setjmp/sigjmp_buf.c
@@ -0,0 +1,7 @@
+#include <setjmp.h>
+
+typedef jmp_buf sigjmp_buf;
+
+/*
+POSIX(1)
+*/