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:
dfc1a37
)
aarch64: remove duplicate macro definitions in bits/fcntl.h
author
Rich Felker
<dalias@aerifal.cx>
Wed, 1 Apr 2015 23:25:32 +0000
(19:25 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 1 Apr 2015 23:25:32 +0000
(19:25 -0400)
arch/aarch64/bits/fcntl.h
patch
|
blob
|
history
diff --git
a/arch/aarch64/bits/fcntl.h
b/arch/aarch64/bits/fcntl.h
index 4b46a5adf73f4dc783f9f9233afdac8b84a841f4..927879760bf653d40f97128db5f57b1af40ddeef 100644
(file)
--- a/
arch/aarch64/bits/fcntl.h
+++ b/
arch/aarch64/bits/fcntl.h
@@
-14,10
+14,7
@@
#define O_ASYNC 020000
#define O_DIRECT 0200000
#define O_LARGEFILE 0400000
-#define O_DIRECTORY 040000
-#define O_NOFOLLOW 0100000
#define O_NOATIME 01000000
-#define O_CLOEXEC 02000000
#define O_PATH 010000000
#define O_TMPFILE 020040000
#define O_NDELAY O_NONBLOCK