From 78ace90c3c1fa2055620ebe59f9210d9bc1e7638 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 14:56:50 -0500 Subject: merge XOPEN identifiers --- src/ucontext/mcontext_t.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/ucontext/mcontext_t.c (limited to 'src/ucontext/mcontext_t.c') diff --git a/src/ucontext/mcontext_t.c b/src/ucontext/mcontext_t.c new file mode 100644 index 00000000..f2d49169 --- /dev/null +++ b/src/ucontext/mcontext_t.c @@ -0,0 +1,7 @@ +#include + +typedef unsigned long mcontext_t; + +/* +XOPEN(400,700) +*/ -- cgit v1.2.1