X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Fi386%2Fbits%2Ffcntl.h;h=6325a33242de3d9045e4bb117db24415df8f644c;hp=69f3a8f55685c985dcb63e5542ca602a7873d91c;hb=b238b37a0f9d12f87dc9b7ce1ece4bcde566a45f;hpb=cfc09b1ecf0c6981494fd73dffe234416f66af10 diff --git a/arch/i386/bits/fcntl.h b/arch/i386/bits/fcntl.h index 69f3a8f5..6325a332 100644 --- a/arch/i386/bits/fcntl.h +++ b/arch/i386/bits/fcntl.h @@ -10,12 +10,14 @@ #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 0100000 #define O_NOATIME 01000000 #define O_NDELAY O_NONBLOCK +#define O_PATH 010000000 #define F_DUPFD 0 #define F_GETFD 1