mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:47:45 +00:00
Kernel+LibC: Add posix_fallocate syscall
This commit is contained in:
parent
ad904cdcab
commit
d783389877
6 changed files with 70 additions and 0 deletions
|
@ -243,6 +243,7 @@ set(KERNEL_SOURCES
|
|||
Syscalls/emuctl.cpp
|
||||
Syscalls/execve.cpp
|
||||
Syscalls/exit.cpp
|
||||
Syscalls/fallocate.cpp
|
||||
Syscalls/fcntl.cpp
|
||||
Syscalls/fork.cpp
|
||||
Syscalls/fsync.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue