about summary refs log tree commit diff
path: root/arch
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2015-04-01 19:25:32 -0400
committerRich Felker <dalias@aerifal.cx>2015-04-01 19:25:32 -0400
commitabfe1f65417a75b39fdcb2bf673c1d75bbee1204 (patch)
treec756195362008dccaefe73cb57e31ce698294523 /arch
parentdfc1a37c441fe271dfb19c7de62acadc73e255aa (diff)
downloadmusl-abfe1f65417a75b39fdcb2bf673c1d75bbee1204.tar.gz
musl-abfe1f65417a75b39fdcb2bf673c1d75bbee1204.tar.xz
musl-abfe1f65417a75b39fdcb2bf673c1d75bbee1204.zip
aarch64: remove duplicate macro definitions in bits/fcntl.h
Diffstat (limited to 'arch')
-rw-r--r--arch/aarch64/bits/fcntl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/aarch64/bits/fcntl.h b/arch/aarch64/bits/fcntl.h
index 4b46a5ad..92787976 100644
--- 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