From 0a84e72c42ba01c9fa794d5e94aabf8a704e8b7d Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 14 Apr 2011 21:50:07 -0400 Subject: fix FAPPEND typo on x86_64 (previously only fixed on i386) --- arch/x86_64/bits/fcntl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/x86_64') diff --git a/arch/x86_64/bits/fcntl.h b/arch/x86_64/bits/fcntl.h index 63e11638..3a26ce9e 100644 --- a/arch/x86_64/bits/fcntl.h +++ b/arch/x86_64/bits/fcntl.h @@ -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 -- cgit v1.2.1