mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
Kernel+LibC: Implement fsync
This commit is contained in:
parent
fd3735199b
commit
a81b21c1a7
Notes:
sideshowbarker
2024-07-18 04:12:18 +09:00
Author: https://github.com/SeekingBlues
Commit: a81b21c1a7
Pull-request: https://github.com/SerenityOS/serenity/pull/9983
13 changed files with 51 additions and 6 deletions
|
@ -39,6 +39,7 @@ public:
|
|||
virtual String absolute_path(const OpenFileDescription&) const override;
|
||||
|
||||
virtual KResult truncate(u64) override;
|
||||
virtual KResult sync() override;
|
||||
virtual KResult chown(OpenFileDescription&, UserID, GroupID) override;
|
||||
virtual KResult chmod(OpenFileDescription&, mode_t) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue