mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-10 00:32:27 +03:00
fix typo in legacy FAPPEND definition
This commit is contained in:
parent
33a3f202d1
commit
9b96220e5a
@ -23,7 +23,7 @@
|
||||
#define F_DUPFD_CLOEXEC 1030
|
||||
|
||||
#ifdef _GNU_SOURCE
|
||||
#define FAPPENT O_APPEND
|
||||
#define FAPPEND O_APPEND
|
||||
#define FFSYNC O_FSYNC
|
||||
#define FASYNC O_ASYNC
|
||||
#define FNONBLOCK O_NONBLOCK
|
||||
|
Loading…
Reference in New Issue
Block a user