X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fx86_64%2Fbits%2Ffcntl.h;h=0949f31db5c9dcf5161fa34a340afa090fa48138;hb=73bb048951cc7e6ccd493702834d5c59b219e9be;hp=c02b0b53e9a674e7d3a2fb2ca0c79e5ba4e814e1;hpb=b238b37a0f9d12f87dc9b7ce1ece4bcde566a45f;p=musl diff --git a/arch/x86_64/bits/fcntl.h b/arch/x86_64/bits/fcntl.h index c02b0b53..0949f31d 100644 --- a/arch/x86_64/bits/fcntl.h +++ b/arch/x86_64/bits/fcntl.h @@ -10,14 +10,12 @@ #define O_DIRECTORY 0200000 #define O_NOFOLLOW 0400000 #define O_CLOEXEC 02000000 -#define O_SEARCH 010000000 #define O_ASYNC 020000 #define O_DIRECT 040000 #define O_LARGEFILE 0 #define O_NOATIME 01000000 #define O_NDELAY O_NONBLOCK -#define O_PATH 010000000 #define F_DUPFD 0 #define F_GETFD 1 @@ -36,3 +34,5 @@ #define F_SETOWN_EX 15 #define F_GETOWN_EX 16 + +#define F_GETOWNER_UIDS 17