1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:07:45 +00:00

Kernel: Add statvfs & fstatvfs Syscalls

These syscalls fill a statvfs struct with various data
about the mount on the VFS.
This commit is contained in:
Justin 2021-05-19 11:31:43 +02:00 committed by Andreas Kling
parent 721a867c65
commit 1c3badede3
5 changed files with 133 additions and 1 deletions

View file

@ -196,6 +196,7 @@ set(KERNEL_SOURCES
Syscalls/sigaction.cpp
Syscalls/socket.cpp
Syscalls/stat.cpp
Syscalls/statvfs.cpp
Syscalls/sync.cpp
Syscalls/sysconf.cpp
Syscalls/thread.cpp