summaryrefslogtreecommitdiff
path: root/arch/x86_64/bits/fcntl.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-04-14 21:50:07 -0400
committerRich Felker <dalias@aerifal.cx>2011-04-14 21:50:07 -0400
commit0a84e72c42ba01c9fa794d5e94aabf8a704e8b7d (patch)
tree3a0506fcd2810b21c86a13fc16e0792e8ca85713 /arch/x86_64/bits/fcntl.h
parentc2b18f3531b8cd2d5e2295626cff77b7765b356e (diff)
downloadmusl-0a84e72c42ba01c9fa794d5e94aabf8a704e8b7d.tar.gz
fix FAPPEND typo on x86_64 (previously only fixed on i386)
Diffstat (limited to 'arch/x86_64/bits/fcntl.h')
-rw-r--r--arch/x86_64/bits/fcntl.h2
1 files changed, 1 insertions, 1 deletions
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