mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:38:10 +00:00
Kernel+LibC: Implement fsync
This commit is contained in:
parent
fd3735199b
commit
a81b21c1a7
13 changed files with 51 additions and 6 deletions
|
@ -204,6 +204,7 @@ set(KERNEL_SOURCES
|
|||
Syscalls/exit.cpp
|
||||
Syscalls/fcntl.cpp
|
||||
Syscalls/fork.cpp
|
||||
Syscalls/fsync.cpp
|
||||
Syscalls/ftruncate.cpp
|
||||
Syscalls/futex.cpp
|
||||
Syscalls/get_dir_entries.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue