about summary refs log tree commit diff
path: root/conform/data/fcntl.h-data
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-19 22:19:11 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-19 22:19:11 +0000
commit5ba924e3c7b54408050cbf8024279ce837b54e64 (patch)
treed6ff2f69cbcdad0464fedbb4a662640dbcf38109 /conform/data/fcntl.h-data
parentee663277dc2e2eeab0ed18ebd9de63576661296f (diff)
downloadglibc-5ba924e3c7b54408050cbf8024279ce837b54e64.tar.gz
glibc-5ba924e3c7b54408050cbf8024279ce837b54e64.tar.xz
glibc-5ba924e3c7b54408050cbf8024279ce837b54e64.zip
conformtest: Fix miscellaneous expectations for XPG4.
Diffstat (limited to 'conform/data/fcntl.h-data')
-rw-r--r--conform/data/fcntl.h-data6
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