X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Ffcntl.h;h=24678b2197f5160df3e408211852d9ff20b83594;hb=c9dea48f84cd772ac250c091356dd6ef956ea3f6;hp=1c18c6e2251db1cea2b48316e5e3759de25cad41;hpb=a3aa89d8268a4d3af43d94e77f473753fd99d8da;p=musl diff --git a/include/fcntl.h b/include/fcntl.h index 1c18c6e2..24678b21 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -34,6 +34,8 @@ int posix_fallocate(int, off_t, off_t); #define O_WRONLY 01 #define O_RDWR 02 +#define F_DUPFD_CLOEXEC 1030 + #define F_RDLCK 0 #define F_WRLCK 1 #define F_UNLCK 2