summaryrefslogtreecommitdiff
path: root/src/ucontext/mcontext_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ucontext/mcontext_t.h')
-rw-r--r--src/ucontext/mcontext_t.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ucontext/mcontext_t.h b/src/ucontext/mcontext_t.h
new file mode 100644
index 00000000..f2d49169
--- /dev/null
+++ b/src/ucontext/mcontext_t.h
@@ -0,0 +1,7 @@
+#include <ucontext.h>
+
+typedef unsigned long mcontext_t;
+
+/*
+XOPEN(400,700)
+*/