aboutsummaryrefslogtreecommitdiff
path: root/conform
diff options
context:
space:
mode:
Diffstat (limited to 'conform')
-rw-r--r--conform/data/signal.h-data4
-rw-r--r--conform/data/sys/wait.h-data10
2 files changed, 7 insertions, 7 deletions
diff --git a/conform/data/signal.h-data b/conform/data/signal.h-data
index fa841cf..97c4034 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
diff --git a/conform/data/sys/wait.h-data b/conform/data/sys/wait.h-data
index 559ebdf..fe9aeb5 100644
--- a/conform/data/sys/wait.h-data
+++ b/conform/data/sys/wait.h-data
@@ -8,7 +8,7 @@ constant WUNTRACED
macro WEXITSTATUS
# if !defined XPG4 && !defined POSIX && !defined POSIX2008
-macro WIFCONTINUED
+xfail[i386-gnu]-macro WIFCONTINUED
# endif
macro WIFEXITED
macro WIFSIGNALED
@@ -17,13 +17,13 @@ macro WSTOPSIG
macro WTERMSIG
# if !defined XPG4 && !defined POSIX
-constant WEXITED
-constant WSTOPPED
+xfail[i386-gnu]-constant WEXITED
+xfail[i386-gnu]-constant WSTOPPED
# ifndef POSIX2008
-constant WCONTINUED
+xfail[i386-gnu]-constant WCONTINUED
# endif
constant WNOHANG
-constant WNOWAIT
+xfail[i386-gnu]-constant WNOWAIT
# endif
#if !defined XPG4 && !defined POSIX