mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 17:28:11 +00:00
Kernel: Support F_SETLKW in fcntl
This commit is contained in:
parent
9db10887a1
commit
3a80b25ed6
7 changed files with 133 additions and 29 deletions
|
@ -124,7 +124,7 @@ public:
|
|||
|
||||
FileBlockerSet& blocker_set();
|
||||
|
||||
ErrorOr<void> apply_flock(Process const&, Userspace<flock const*>);
|
||||
ErrorOr<void> apply_flock(Process const&, Userspace<flock const*>, ShouldBlock);
|
||||
ErrorOr<void> get_flock(Userspace<flock*>) const;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue