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