From 78ace90c3c1fa2055620ebe59f9210d9bc1e7638 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 14:56:50 -0500 Subject: merge XOPEN identifiers --- src/ucontext/makecontext.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/ucontext/makecontext.c (limited to 'src/ucontext/makecontext.c') 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 + +void makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) +{ +} + +/* +XOPEN(400,700) +*/ -- cgit v1.2.1