X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fx86_64%2Fbits%2Ffcntl.h;h=e8db7ae6306d373e9ad00d9b0e54857f1846d29e;hb=cccc13221da78957aa6dc813a325c13f1a930874;hp=3a26ce9e85b5667d0543a793695fe54f19454a74;hpb=0a84e72c42ba01c9fa794d5e94aabf8a704e8b7d;p=musl diff --git a/arch/x86_64/bits/fcntl.h b/arch/x86_64/bits/fcntl.h index 3a26ce9e..e8db7ae6 100644 --- a/arch/x86_64/bits/fcntl.h +++ b/arch/x86_64/bits/fcntl.h @@ -4,26 +4,21 @@ #define O_TRUNC 01000 #define O_APPEND 02000 #define O_NONBLOCK 04000 -#define O_SYNC 010000 +#define O_DSYNC 010000 +#define O_SYNC 04010000 +#define O_RSYNC 04010000 #define O_DIRECTORY 0200000 #define O_NOFOLLOW 0400000 #define O_CLOEXEC 02000000 +#define O_SEARCH 010000000 +#define O_EXEC 010000000 -/* Extensions, but in the reserved namespace, so OK */ #define O_ASYNC 020000 #define O_DIRECT 040000 #define O_LARGEFILE 0 #define O_NOATIME 01000000 #define O_NDELAY O_NONBLOCK -#define F_DUPFD_CLOEXEC 1030 - -#ifdef _GNU_SOURCE -#define FAPPEND O_APPEND -#define FFSYNC O_FSYNC -#define FASYNC O_ASYNC -#define FNONBLOCK O_NONBLOCK -#define FNDELAY O_NDELAY -#endif +#define O_PATH 010000000 #define F_DUPFD 0 #define F_GETFD 1 @@ -33,7 +28,12 @@ #define F_SETOWN 8 #define F_GETOWN 9 +#define F_SETSIG 10 +#define F_GETSIG 11 #define F_GETLK 5 #define F_SETLK 6 #define F_SETLKW 7 + +#define F_SETOWN_EX 15 +#define F_GETOWN_EX 16