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.
This commit is contained in:
rofl0r
2012-11-18 05:14:40 +01:00
parent ae67fe1aad
commit 8d2887f884
6 changed files with 13 additions and 24 deletions
-3
View File
@@ -10,15 +10,12 @@
#define O_DIRECTORY 0200000
#define O_NOFOLLOW 0400000
#define O_CLOEXEC 02000000
#define O_SEARCH 010000000
#define O_EXEC 010000000
#define O_ASYNC 020000
#define O_DIRECT 040000
#define O_LARGEFILE 0
#define O_NOATIME 01000000
#define O_NDELAY O_NONBLOCK
#define O_PATH 010000000
#define F_DUPFD 0
#define F_GETFD 1