diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-02 22:12:09 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-02 22:12:09 +0000 |
commit | 6c073ad6fe96c9e1f4ad4e2013411e71434ae0a8 (patch) | |
tree | d76b60b95e32402c29a7a22a8d710ee7ac7e13b7 /conform | |
parent | 0155d5b26e32b2012d9f1842c3b06324746d3087 (diff) | |
download | glibc-6c073ad6fe96c9e1f4ad4e2013411e71434ae0a8.tar glibc-6c073ad6fe96c9e1f4ad4e2013411e71434ae0a8.tar.gz glibc-6c073ad6fe96c9e1f4ad4e2013411e71434ae0a8.tar.bz2 glibc-6c073ad6fe96c9e1f4ad4e2013411e71434ae0a8.zip |
conformtest: Fix sys/wait.h expectations for struct rusage.
Diffstat (limited to 'conform')
-rw-r--r-- | conform/data/sys/wait.h-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/data/sys/wait.h-data b/conform/data/sys/wait.h-data index 818766921d..6acdab296b 100644 --- a/conform/data/sys/wait.h-data +++ b/conform/data/sys/wait.h-data @@ -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 |