summaryrefslogtreecommitdiff
path: root/src/ucontext/makecontext.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ucontext/makecontext.c')
-rw-r--r--src/ucontext/makecontext.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ucontext/makecontext.c b/src/ucontext/makecontext.c
new file mode 100644
index 00000000..444b8b89
--- /dev/null
+++ b/src/ucontext/makecontext.c
@@ -0,0 +1,9 @@
+#include <ucontext.h>
+
+void makecontext(ucontext_t *ucp, void (*func)(), int argc, ...)
+{
+}
+
+/*
+XOPEN(400,700)
+*/