X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fbits%2Ffcntl.h;h=c3f875e5bc4ccb730ab081108aeb6402798ac435;hb=47d0bcd4762f223364e5b58d5a381aaa0cbd7c38;hp=83c02226d9c4ed861317d346510c10d5402b40d9;hpb=1c8eb8bad791fe9d01d0d4ab77882db634fa933d;p=musl diff --git a/arch/powerpc/bits/fcntl.h b/arch/powerpc/bits/fcntl.h index 83c02226..c3f875e5 100644 --- a/arch/powerpc/bits/fcntl.h +++ b/arch/powerpc/bits/fcntl.h @@ -15,6 +15,8 @@ #define O_DIRECT 0400000 #define O_LARGEFILE 0200000 #define O_NOATIME 01000000 +#define O_PATH 010000000 +#define O_TMPFILE 020040000 #define O_NDELAY O_NONBLOCK #define F_DUPFD 0 @@ -35,3 +37,4 @@ #define F_SETOWN_EX 15 #define F_GETOWN_EX 16 +#define F_GETOWNER_UIDS 17