mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
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.
This commit is contained in:
parent
c88ffc239e
commit
88ff4d5561
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user