mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-10 07:14:15 +03:00
fix FFSYNC by changing it to O_SYNC
O_FSYNC was never defined and is legacy/wrong, nothing seems to use it.
This commit is contained in:
parent
fff880185b
commit
c1f4ed1501
@ -99,7 +99,7 @@ int posix_fallocate(int, off_t, off_t);
|
||||
#define AT_EMPTY_PATH 0x1000
|
||||
|
||||
#define FAPPEND O_APPEND
|
||||
#define FFSYNC O_FSYNC
|
||||
#define FFSYNC O_SYNC
|
||||
#define FASYNC O_ASYNC
|
||||
#define FNONBLOCK O_NONBLOCK
|
||||
#define FNDELAY O_NDELAY
|
||||
|
Loading…
x
Reference in New Issue
Block a user