LibC: fcntl.h should define F_RDLCK.

This commit is contained in:
Andreas Kling
2019-05-28 21:02:31 +02:00
parent b7d315319d
commit f6680d58db

View File

@@ -55,6 +55,7 @@ __BEGIN_DECLS
int fcntl(int fd, int cmd, ...); int fcntl(int fd, int cmd, ...);
#define F_RDLCK 0
#define F_WRLCK 1 #define F_WRLCK 1
#define F_UNLCK 2 #define F_UNLCK 2