mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Add O_FSYNC define to sparc just like other platforms.
This commit is contained in:
@ -39,6 +39,7 @@
|
||||
#define O_TRUNC 0x0400 /* not fcntl */
|
||||
#define O_EXCL 0x0800 /* not fcntl */
|
||||
#define O_SYNC 0x802000
|
||||
#define O_FSYNC O_SYNC
|
||||
#define O_NONBLOCK 0x4000
|
||||
#define O_NDELAY (0x0004 | O_NONBLOCK)
|
||||
#define O_NOCTTY 0x8000 /* not fcntl */
|
||||
|
Reference in New Issue
Block a user