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
commit 861eb8d295
Notes: sideshowbarker 2024-07-19 07:03:34 +09:00
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 {