X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fmips%2Fbits%2Ffcntl.h;h=9fd8c23e2745740118a5d0434626b55db53b67fe;hb=9eda4dc69c33852c97c6f69176bf45ffc80b522f;hp=c681d23757aa6ea44848dded03f6864df60b6fea;hpb=19b1a8453e9d329a16711900a84797c5f1333208;p=musl diff --git a/arch/mips/bits/fcntl.h b/arch/mips/bits/fcntl.h index c681d237..9fd8c23e 100644 --- a/arch/mips/bits/fcntl.h +++ b/arch/mips/bits/fcntl.h @@ -15,6 +15,8 @@ #define O_DIRECT 0100000 #define O_LARGEFILE 020000 #define O_NOATIME 01000000 +#define O_PATH 010000000 +#define O_TMPFILE 020200000 #define O_NDELAY O_NONBLOCK #define F_DUPFD 0 @@ -34,3 +36,5 @@ #define F_SETOWN_EX 15 #define F_GETOWN_EX 16 + +#define F_GETOWNER_UIDS 17