summaryrefslogtreecommitdiff
path: root/src/ucontext/swapcontext.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-09 14:56:50 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-09 14:56:50 -0500
commit78ace90c3c1fa2055620ebe59f9210d9bc1e7638 (patch)
tree54dea1e6b7d0a55345539371a664d249cf69fa09 /src/ucontext/swapcontext.c
parent76c7bb8bf37b539a25a8ef4c17c893eb89d2cefa (diff)
merge XOPEN identifiers
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)
+*/