about summary refs log tree commit diff
path: root/conform/data/ucontext.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'conform/data/ucontext.h-data')
-rw-r--r--conform/data/ucontext.h-data2
1 files changed, 2 insertions, 0 deletions
diff --git a/conform/data/ucontext.h-data b/conform/data/ucontext.h-data
index 3540fdd27f..2b5f3b4a6f 100644
--- a/conform/data/ucontext.h-data
+++ b/conform/data/ucontext.h-data
@@ -1,3 +1,4 @@
+#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
 type mcontext_t
 
 type ucontext_t
@@ -18,3 +19,4 @@ function int swapcontext (ucontext_t*, const ucontext_t*)
 allow uc_*
 allow ss_*
 allow *_t
+#endif