X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fmips%2Fbits%2Ffcntl.h;h=c51ee7e731d3da397e2fc384231442818b031020;hb=3df0b66ee95c837496ae434ba7a2282d97ca71ef;hp=116852e2bd21a51b989cadbf57247cd8d4602c5e;hpb=32d6d77e544dbb1d9c44cacfc2ea0cbfe5ccfdef;p=musl diff --git a/arch/mips/bits/fcntl.h b/arch/mips/bits/fcntl.h index 116852e2..c51ee7e7 100644 --- a/arch/mips/bits/fcntl.h +++ b/arch/mips/bits/fcntl.h @@ -1,23 +1,20 @@ +#define O_CREAT 0400 +#define O_EXCL 02000 +#define O_NOCTTY 04000 +#define O_TRUNC 01000 #define O_APPEND 0010 +#define O_NONBLOCK 0200 #define O_DSYNC 0020 #define O_SYNC 040020 #define O_RSYNC 040020 -#define O_NONBLOCK 0200 -#define O_CREAT 0400 -#define O_TRUNC 01000 -#define O_EXCL 02000 -#define O_NOCTTY 04000 -#define O_ASYNC 010000 -#define O_LARGEFILE 020000 -#define O_DIRECT 0100000 #define O_DIRECTORY 0200000 #define O_NOFOLLOW 0400000 -#define O_NOATIME 01000000 #define O_CLOEXEC 02000000 -#define O_PATH 010000000 -#define O_SEARCH 010000000 -#define O_EXEC 010000000 +#define O_ASYNC 010000 +#define O_DIRECT 0100000 +#define O_LARGEFILE 020000 +#define O_NOATIME 01000000 #define O_NDELAY O_NONBLOCK #define F_DUPFD 0 @@ -37,3 +34,5 @@ #define F_SETOWN_EX 15 #define F_GETOWN_EX 16 + +#define F_GETOWNER_UIDS 17