1
Fork 0
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:
Justin 2021-05-19 11:32:53 +02:00 committed by Andreas Kling
parent 1c3badede3
commit 45a1a7e1e6
3 changed files with 63 additions and 0 deletions

View file

@ -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