mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:17:34 +00:00
LibC: Add functions for the new statvfs syscalls
This commit adds the statvfs() and fstatvfs() functions into LibC.
This commit is contained in:
parent
1c3badede3
commit
45a1a7e1e6
3 changed files with 63 additions and 0 deletions
|
@ -46,6 +46,7 @@ set(LIBC_SOURCES
|
|||
sys/socket.cpp
|
||||
sys/uio.cpp
|
||||
sys/wait.cpp
|
||||
sys/statvfs.cpp
|
||||
termcap.cpp
|
||||
termios.cpp
|
||||
time.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue