]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
conformtest: Disable si_value expectation for XPG42.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 14 Aug 2017 17:05:55 +0000 (17:05 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 14 Aug 2017 17:05:55 +0000 (17:05 +0000)
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.

ChangeLog
conform/data/sys/wait.h-data

index 518f54d1353e98ce5258ec94862ab28b1a5ffaab..56540f55a1de8c4a1630006052c9bf5d1b6baa95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-14  Joseph Myers  <joseph@codesourcery.com>
+
+       * conform/data/sys/wait.h-data (si_value): Do not expect for
+       XPG42.
+
 2017-08-14  Florian Weimer  <fweimer@redhat.com>
 
        [BZ #21962]
index 912d95df9972e61eb721100f15b1ef9e59d06156..559ebdf6772c7169eae0b0ca4590c7c3181facd8 100644 (file)
@@ -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