projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2b18f3
)
fix FAPPEND typo on x86_64 (previously only fixed on i386)
author
Rich Felker
<dalias@aerifal.cx>
Fri, 15 Apr 2011 01:50:07 +0000
(21:50 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Fri, 15 Apr 2011 01:50:07 +0000
(21:50 -0400)
arch/x86_64/bits/fcntl.h
patch
|
blob
|
history
diff --git
a/arch/x86_64/bits/fcntl.h
b/arch/x86_64/bits/fcntl.h
index 63e116387fedd449713aeb0ff1c6fda698bd7751..3a26ce9e85b5667d0543a793695fe54f19454a74 100644
(file)
--- 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 FAPPEN
T
O_APPEND
+#define FAPPEN
D
O_APPEND
#define FFSYNC O_FSYNC
#define FASYNC O_ASYNC
#define FNONBLOCK O_NONBLOCK