diff options
author | rofl0r <retnyg@gmx.net> | 2012-11-18 05:14:40 +0100 |
---|---|---|
committer | rofl0r <retnyg@gmx.net> | 2012-11-18 05:14:40 +0100 |
commit | 8d2887f88475bb26ff4d48b661e26265a74e73bb (patch) | |
tree | df57471d3893d8e13e02b3feabc4727a5d350b28 /arch/arm/bits/fcntl.h | |
parent | ae67fe1aadb12db2d01eb7af0a3d837296216101 (diff) | |
download | musl-8d2887f88475bb26ff4d48b661e26265a74e73bb.tar.gz musl-8d2887f88475bb26ff4d48b661e26265a74e73bb.tar.xz musl-8d2887f88475bb26ff4d48b661e26265a74e73bb.zip |
fcntl.h: O_SEARCH was missing for powerpc
put some macros that do not differ between architectures in the main header and remove from bits. restructure mips header so it has the same structure as the others.
Diffstat (limited to 'arch/arm/bits/fcntl.h')
-rw-r--r-- | arch/arm/bits/fcntl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/bits/fcntl.h b/arch/arm/bits/fcntl.h index c0afa615..9595f9ca 100644 --- a/arch/arm/bits/fcntl.h +++ b/arch/arm/bits/fcntl.h @@ -10,15 +10,12 @@ #define O_DIRECTORY 040000 #define O_NOFOLLOW 0100000 #define O_CLOEXEC 02000000 -#define O_SEARCH 010000000 -#define O_EXEC 010000000 #define O_ASYNC 020000 #define O_DIRECT 0200000 #define O_LARGEFILE 0400000 #define O_NOATIME 01000000 #define O_NDELAY O_NONBLOCK -#define O_PATH 010000000 #define F_DUPFD 0 #define F_GETFD 1 |