summaryrefslogtreecommitdiff
path: root/src/ucontext/ucontext_t.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-16 16:31:15 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-16 16:31:15 -0400
commit24a60ffba1893a3506a6ed15fd4b26479d966cf3 (patch)
tree5b3ead7c1110b58b6c32829c48cff79cc346121a /src/ucontext/ucontext_t.c
parent1c9b7df133f4130f7db4038d0b034418c5867ac1 (diff)
rename non-compiled files to *.h
Diffstat (limited to 'src/ucontext/ucontext_t.c')
-rw-r--r--src/ucontext/ucontext_t.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/ucontext/ucontext_t.c b/src/ucontext/ucontext_t.c
deleted file mode 100644
index 740df115..00000000
--- a/src/ucontext/ucontext_t.c
+++ /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)
-*/