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