summaryrefslogtreecommitdiff
path: root/src/ucontext/ucontext_t.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-30 15:45:38 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-30 15:45:38 -0500
commitbafccb2f57ac1a1852be2d6aafe33cf02d1630c1 (patch)
treea6164b42b37b941cb64bbc3db8af7a1daf381ace /src/ucontext/ucontext_t.h
parent910a86c095b6d7311d73fa88a632aa9b673243b2 (diff)
update dependencies
Diffstat (limited to 'src/ucontext/ucontext_t.h')
-rw-r--r--src/ucontext/ucontext_t.h12
1 files changed, 0 insertions, 12 deletions
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)
-*/