X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fmips%2Fbits%2Ffcntl.h;h=ad847f08c875e2e047ccc4e982f8a21a2b03aefa;hb=99a2af6f45b356324e99acf0da809ca416eed0de;hp=6795800da8c0a8f3d30d4338600de6e71c461f37;hpb=6315004f6102dca44c4ba50654a36967b8b9c2a6;p=musl diff --git a/arch/mips/bits/fcntl.h b/arch/mips/bits/fcntl.h index 6795800d..ad847f08 100644 --- a/arch/mips/bits/fcntl.h +++ b/arch/mips/bits/fcntl.h @@ -14,6 +14,9 @@ #define O_NOFOLLOW 0400000 #define O_NOATIME 01000000 #define O_CLOEXEC 02000000 +#define O_PATH 010000000 +#define O_SEARCH 010000000 +#define O_EXEC 010000000 #define O_NDELAY O_NONBLOCK