diff options
Diffstat (limited to 'src/ucontext')
| -rw-r--r-- | src/ucontext/getcontext.c | 15 | ||||
| -rw-r--r-- | src/ucontext/makecontext.c | 14 | ||||
| -rw-r--r-- | src/ucontext/mcontext_t.h | 7 | ||||
| -rw-r--r-- | src/ucontext/setcontext.c | 15 | ||||
| -rw-r--r-- | src/ucontext/sigset_t.ref | 3 | ||||
| -rw-r--r-- | src/ucontext/stack_t.ref | 3 | ||||
| -rw-r--r-- | src/ucontext/swapcontext.c | 14 | ||||
| -rw-r--r-- | src/ucontext/ucontext_t.h | 12 |
8 files changed, 0 insertions, 83 deletions
diff --git a/src/ucontext/getcontext.c b/src/ucontext/getcontext.c deleted file mode 100644 index 202deca8..00000000 --- a/src/ucontext/getcontext.c +++ /dev/null @@ -1,15 +0,0 @@ -#if 0 - -#include <ucontext.h> - -int getcontext(ucontext_t *ucp) -{ - return 0; -} - -/* -XOPEN(400,700) -*/ - - -#endif 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 diff --git a/src/ucontext/mcontext_t.h b/src/ucontext/mcontext_t.h deleted file mode 100644 index f2d49169..00000000 --- a/src/ucontext/mcontext_t.h +++ /dev/null @@ -1,7 +0,0 @@ -#include <ucontext.h> - -typedef unsigned long mcontext_t; - -/* -XOPEN(400,700) -*/ 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 diff --git a/src/ucontext/sigset_t.ref b/src/ucontext/sigset_t.ref deleted file mode 100644 index 82dc7e7c..00000000 --- a/src/ucontext/sigset_t.ref +++ /dev/null @@ -1,3 +0,0 @@ -#include <ucontext.h> -REFERENCE(signal/sigset_t.c) -XOPEN(400,700) diff --git a/src/ucontext/stack_t.ref b/src/ucontext/stack_t.ref deleted file mode 100644 index c0c1d9c6..00000000 --- a/src/ucontext/stack_t.ref +++ /dev/null @@ -1,3 +0,0 @@ -#include <ucontext.h> -REFERENCE(signal/stack_t.c) -XOPEN(400,700) diff --git a/src/ucontext/swapcontext.c b/src/ucontext/swapcontext.c deleted file mode 100644 index 33ee9578..00000000 --- a/src/ucontext/swapcontext.c +++ /dev/null @@ -1,14 +0,0 @@ -#if 0 - -#include <ucontext.h> - -void swapcontext(ucontext_t *oucp, const ucontext_t *ucp) -{ -} - -/* -XOPEN(400,700) -*/ - - -#endif diff --git a/src/ucontext/ucontext_t.h b/src/ucontext/ucontext_t.h deleted file mode 100644 index 740df115..00000000 --- a/src/ucontext/ucontext_t.h +++ /dev/null @@ -1,12 +0,0 @@ -#include <ucontext.h> - -typedef struct ucontext_t { - struct ucontext_t * uc_link; - sigset_t uc_sigmask; - stack_t uc_stack; - mcontext_t uc_mcontext; -} ucontext_t; - -/* -XOPEN(400,700) -*/ |
