summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/i386/bits/fcntl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/bits/fcntl.h b/arch/i386/bits/fcntl.h
index 61382eef..1b9861d7 100644
--- a/arch/i386/bits/fcntl.h
+++ b/arch/i386/bits/fcntl.h
@@ -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