X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fmicroblaze%2Fbits%2Ffcntl.h;h=ae233cc003c2c62ccdc2e39e5f6e7678976022a3;hb=fd427c4eaeed4d1099acc7b6188e41c6cfa5bca5;hp=04b7484cd14c4339af4c9cfb3df04a376dd23157;hpb=8c0a3d9e5c169fc9d0f246ab59362b658b029ad7;p=musl diff --git a/arch/microblaze/bits/fcntl.h b/arch/microblaze/bits/fcntl.h index 04b7484c..ae233cc0 100644 --- a/arch/microblaze/bits/fcntl.h +++ b/arch/microblaze/bits/fcntl.h @@ -10,15 +10,14 @@ #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 0100000 #define O_NOATIME 01000000 -#define O_NDELAY O_NONBLOCK #define O_PATH 010000000 +#define O_TMPFILE 020200000 +#define O_NDELAY O_NONBLOCK #define F_DUPFD 0 #define F_GETFD 1 @@ -37,3 +36,5 @@ #define F_SETOWN_EX 15 #define F_GETOWN_EX 16 + +#define F_GETOWNER_UIDS 17