X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Ffcntl.h;h=ebd5c30491c1cc6f6bfc146c48c6b8b946fdde51;hb=cd208b0037c60da625fdd1f6a1459bc37115aacd;hp=f5bfebc8e57d31d3f11ef3f39c54887b9fd90a3b;hpb=a3763d64e0d65ed1902b36c521c57cd252b9c3be;p=musl diff --git a/include/fcntl.h b/include/fcntl.h index f5bfebc8..ebd5c304 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -37,9 +37,8 @@ int openat(int, const char *, int, ...); int posix_fadvise(int, off_t, off_t, int); int posix_fallocate(int, off_t, off_t); -#define O_SEARCH 010000000 -#define O_EXEC 010000000 -#define O_PATH 010000000 +#define O_SEARCH O_PATH +#define O_EXEC O_PATH #define O_ACCMODE (03|O_SEARCH) #define O_RDONLY 00