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