mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibC: fcntl.h should define F_RDLCK.
This commit is contained in:
@@ -55,6 +55,7 @@ __BEGIN_DECLS
|
||||
|
||||
int fcntl(int fd, int cmd, ...);
|
||||
|
||||
#define F_RDLCK 0
|
||||
#define F_WRLCK 1
|
||||
#define F_UNLCK 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user