X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fmicroblaze%2Fbits%2Ffcntl.h;h=ae233cc003c2c62ccdc2e39e5f6e7678976022a3;hb=1315596b510189b5159e742110b504177bdd4932;hp=69f3a8f55685c985dcb63e5542ca602a7873d91c;hpb=19b1a8453e9d329a16711900a84797c5f1333208;p=musl diff --git a/arch/microblaze/bits/fcntl.h b/arch/microblaze/bits/fcntl.h index 69f3a8f5..ae233cc0 100644 --- a/arch/microblaze/bits/fcntl.h +++ b/arch/microblaze/bits/fcntl.h @@ -15,6 +15,8 @@ #define O_DIRECT 040000 #define O_LARGEFILE 0100000 #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