about summary refs log tree commit diff
path: root/conform/data/signal.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'conform/data/signal.h-data')
-rw-r--r--conform/data/signal.h-data4
1 files changed, 2 insertions, 2 deletions
diff --git a/conform/data/signal.h-data b/conform/data/signal.h-data
index fa841cfdbe..97c4034890 100644
--- a/conform/data/signal.h-data
+++ b/conform/data/signal.h-data
@@ -112,7 +112,7 @@ element {struct sigaction} {void(*} sa_sigaction )(int, siginfo_t*, void*)
 
 constant SA_NOCLDSTOP
 # ifndef XPG4
-constant SA_SIGINFO
+xfail[i386-gnu]-constant SA_SIGINFO
 # endif
 constant SIG_BLOCK
 constant SIG_UNBLOCK
@@ -123,7 +123,7 @@ constant SA_ONSTACK
 # if !defined XPG4 && !defined POSIX
 constant SA_RESETHAND
 constant SA_RESTART
-constant SA_NOCLDWAIT
+xfail[i386-gnu]-constant SA_NOCLDWAIT
 constant SA_NODEFER
 # endif
 # if !defined XPG4 && !defined POSIX && !defined POSIX2008