mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
conformtest: Fix sys/wait.h expectations for struct rusage.
This commit is contained in:
parent
0155d5b26e
commit
6c073ad6fe
@ -1,5 +1,8 @@
|
||||
2012-11-02 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
|
||||
(struct rusage): Do not expect type or its members.
|
||||
|
||||
[BZ #3439]
|
||||
* math/math.h (FP_NAN): Define macro to integer constant usable in
|
||||
#if and use that to give value to enum constant.
|
||||
|
@ -47,7 +47,7 @@ element siginfo_t int si_status
|
||||
element siginfo_t long si_band
|
||||
element siginfo_t {union sigval} si_value
|
||||
|
||||
#if !defined POSIX
|
||||
#if !defined POSIX && !defined XPG3 && !defined XOPEN2K8 && !defined POSIX2008
|
||||
type {struct rusage}
|
||||
|
||||
element {struct rusage} {struct timeval} ru_utime
|
||||
|
Loading…
Reference in New Issue
Block a user