mirror of
https://github.com/RGBCube/serenity
synced 2025-06-13 02:32:08 +00:00
LibC: fcntl.h should define F_RDLCK.
This commit is contained in:
parent
b7d315319d
commit
f6680d58db
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue