fix typo in legacy FAPPEND definition

This commit is contained in:
Rich Felker 2011-04-14 19:14:42 -04:00
parent 33a3f202d1
commit 9b96220e5a
1 changed files with 1 additions and 1 deletions

View File

@ -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