summaryrefslogtreecommitdiff
path: root/conform
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-08-14 17:05:55 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-08-14 17:05:55 +0000
commit88ff4d5561f3ee0472b47cabf3741fb083bd27e8 (patch)
tree1f1f9d9e2c2fdb386ef530d75edbe3bdc68541c3 /conform
parentc88ffc239e8d8820f6d1d4e185984e6093a1e4d7 (diff)
conformtest: Disable si_value expectation for XPG42.
This patch corrects the conform/ expectations for sys/wait.h not to expect si_value for XPG4.2. Tested for x86_64. * conform/data/sys/wait.h-data (si_value): Do not expect for XPG42.
Diffstat (limited to 'conform')
-rw-r--r--conform/data/sys/wait.h-data2
1 files changed, 2 insertions, 0 deletions
diff --git a/conform/data/sys/wait.h-data b/conform/data/sys/wait.h-data
index 912d95df99..559ebdf677 100644
--- a/conform/data/sys/wait.h-data
+++ b/conform/data/sys/wait.h-data
@@ -45,7 +45,9 @@ element siginfo_t uid_t si_uid
element siginfo_t {void*} si_addr
element siginfo_t int si_status
element siginfo_t long si_band
+# ifndef XPG42
element siginfo_t {union sigval} si_value
+# endif
#endif
#if !defined POSIX && !defined XPG4 && !defined XOPEN2K8 && !defined POSIX2008