mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +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:
parent
721a867c65
commit
1c3badede3
5 changed files with 133 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue