summaryrefslogtreecommitdiff
path: root/arch/i386
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-04-14 19:14:42 -0400
committerRich Felker <dalias@aerifal.cx>2011-04-14 19:14:42 -0400
commit9b96220e5a9d1648c84060357ebe473e2afbe45c (patch)
tree05fb42e94aa0f4c03d3c45a5021fc35769cec6b2 /arch/i386
parent33a3f202d1998ca7ba2d3bec1e4886accc0053a7 (diff)
downloadmusl-9b96220e5a9d1648c84060357ebe473e2afbe45c.tar.gz
fix typo in legacy FAPPEND definition
Diffstat (limited to 'arch/i386')
-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