diff --git a/include/fcntl.h b/include/fcntl.h index 5be8390ecec..e4ea81c629a 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -67,7 +67,7 @@ /* Unsupported, but required open flags */ -#define O_RSYNC 0 /* Synchronize input on read */ +#define O_RSYNC O_SYNC /* Synchronize input on read */ #define O_ACCMODE O_RDWR /* Mask for access mode */ #define O_NOCTTY 0 /* Required by POSIX */ #define O_BINARY 0 /* Open the file in binary (untranslated) mode. */