X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fi386%2Fbits%2Ffcntl.h;h=0fa8e19ced68b9ac25c6f1d3bd24e4e78440eabd;hb=fcea534e579077e10456f6ed06c033dfaa013a24;hp=69f3a8f55685c985dcb63e5542ca602a7873d91c;hpb=4e8b0938d90793d6e1e200d6b25e6581b72bd4d0;p=musl diff --git a/arch/i386/bits/fcntl.h b/arch/i386/bits/fcntl.h index 69f3a8f5..0fa8e19c 100644 --- a/arch/i386/bits/fcntl.h +++ b/arch/i386/bits/fcntl.h @@ -15,6 +15,7 @@ #define O_DIRECT 040000 #define O_LARGEFILE 0100000 #define O_NOATIME 01000000 +#define O_TMPFILE 020200000 #define O_NDELAY O_NONBLOCK #define F_DUPFD 0 @@ -34,3 +35,5 @@ #define F_SETOWN_EX 15 #define F_GETOWN_EX 16 + +#define F_GETOWNER_UIDS 17