diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-11-19 22:19:11 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-11-19 22:19:11 +0000 |
commit | 5ba924e3c7b54408050cbf8024279ce837b54e64 (patch) | |
tree | d6ff2f69cbcdad0464fedbb4a662640dbcf38109 /conform/data/sys | |
parent | ee663277dc2e2eeab0ed18ebd9de63576661296f (diff) | |
download | glibc-5ba924e3c7b54408050cbf8024279ce837b54e64.tar glibc-5ba924e3c7b54408050cbf8024279ce837b54e64.tar.gz glibc-5ba924e3c7b54408050cbf8024279ce837b54e64.tar.bz2 glibc-5ba924e3c7b54408050cbf8024279ce837b54e64.zip |
conformtest: Fix miscellaneous expectations for XPG4.
Diffstat (limited to 'conform/data/sys')
-rw-r--r-- | conform/data/sys/stat.h-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/data/sys/stat.h-data b/conform/data/sys/stat.h-data index 2a5c3bf347..41c3932b69 100644 --- a/conform/data/sys/stat.h-data +++ b/conform/data/sys/stat.h-data @@ -1,6 +1,6 @@ #if !defined ISO && !defined ISO99 && !defined ISO11 -#if !defined POSIX && !defined POSIX2008 +#if !defined POSIX && !defined POSIX2008 && !defined XPG3 && !defined XPG4 type blkcnt_t type blksize_t #endif |