mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 19:57:45 +03:00
LibC: Define F_GETLK
This commit is contained in:
parent
ff32002f2b
commit
2fb3c98429
Notes:
sideshowbarker
2024-07-18 21:01:16 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/2fb3c984292 Pull-request: https://github.com/SerenityOS/serenity/pull/5972
@ -97,6 +97,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_GETLK 5
|
||||
#define F_SETLK 6
|
||||
#define F_SETLKW 7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user