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.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/ucontext/makecontext.c b/src/ucontext/makecontext.c
deleted file mode 100644
index 3fb9b0ac..00000000
--- a/src/ucontext/makecontext.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#if 0
-
-#include <ucontext.h>
-
-void makecontext(ucontext_t *ucp, void (*func)(), int argc, ...)
-{
-}
-
-/*
-XOPEN(400,700)
-*/
-
-
-#endif