diff options
Diffstat (limited to 'src/ucontext/setcontext.c')
| -rw-r--r-- | src/ucontext/setcontext.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/ucontext/setcontext.c b/src/ucontext/setcontext.c deleted file mode 100644 index ec63d951..00000000 --- a/src/ucontext/setcontext.c +++ /dev/null @@ -1,15 +0,0 @@ -#if 0 - -#include <ucontext.h> - -int setcontext(const ucontext_t *ucp) -{ - return 0; -} - -/* -XOPEN(400,700) -*/ - - -#endif |
