fix FAPPEND typo on x86_64 (previously only fixed on i386)
This commit is contained in:
parent
c2b18f3531
commit
0a84e72c42
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,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…
Add table
Add a link
Reference in a new issue