1
Fork 0
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:
Ed Rochenski 2020-05-01 22:32:58 -04:00 committed by Andreas Kling
parent 3331098aee
commit 861eb8d295
2 changed files with 4 additions and 2 deletions

View file

@ -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 {