mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:37:35 +00:00
LibC: added F_SETLK and SO_TYPE defs
This commit is contained in:
parent
3331098aee
commit
861eb8d295
2 changed files with 4 additions and 2 deletions
|
@ -96,7 +96,7 @@ int watch_file(const char* path, size_t path_length);
|
|||
#define F_RDLCK 0
|
||||
#define F_WRLCK 1
|
||||
#define F_UNLCK 2
|
||||
|
||||
#define F_SETLK 6
|
||||
#define F_SETLKW 7
|
||||
|
||||
struct flock {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue