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