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/fcntl.h-data | |
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/fcntl.h-data')
-rw-r--r-- | conform/data/fcntl.h-data | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/conform/data/fcntl.h-data b/conform/data/fcntl.h-data index 46892488b1..6fda3080cd 100644 --- a/conform/data/fcntl.h-data +++ b/conform/data/fcntl.h-data @@ -30,10 +30,12 @@ constant O_NOCTTY constant O_TRUNC constant O_APPEND -constant O_DSYNC constant O_NONBLOCK -constant O_RSYNC constant O_SYNC +#if !defined XPG3 && !defined XPG4 +constant O_DSYNC +constant O_RSYNC +#endif constant O_ACCMODE |