mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
Kernel: Make VirtualFileSystem::sync() static
This commit is contained in:
parent
0d39bd04d3
commit
07c4c89297
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ namespace Kernel {
|
|||
KResultOr<FlatPtr> Process::sys$sync()
|
||||
{
|
||||
REQUIRE_PROMISE(stdio);
|
||||
VirtualFileSystem::the().sync();
|
||||
VirtualFileSystem::sync();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue