diff options
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 |