mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
Kernel: Support F_SETLKW in fcntl
This commit is contained in:
parent
9db10887a1
commit
3a80b25ed6
Notes:
sideshowbarker
2024-07-17 08:42:29 +09:00
Author: https://github.com/IdanHo
Commit: 3a80b25ed6
Pull-request: https://github.com/SerenityOS/serenity/pull/14578
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