mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 01:41:59 -05: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, ...);
|
||||
|
||||
#define F_RDLCK 0
|
||||
#define F_WRLCK 1
|
||||
#define F_UNLCK 2
|
||||
|
||||
|
|
Loading…
Reference in a new issue