diff options
Diffstat (limited to 'src/ucontext/setcontext.c')
-rw-r--r-- | src/ucontext/setcontext.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ucontext/setcontext.c b/src/ucontext/setcontext.c index c4808307..ec63d951 100644 --- a/src/ucontext/setcontext.c +++ b/src/ucontext/setcontext.c @@ -1,3 +1,5 @@ +#if 0 + #include <ucontext.h> int setcontext(const ucontext_t *ucp) @@ -8,3 +10,6 @@ int setcontext(const ucontext_t *ucp) /* XOPEN(400,700) */ + + +#endif |