mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:47:34 +00:00
Kernel+LibC+VFS: Implement utimensat(3)
Create POSIX utimensat() library call and corresponding system call to update file access and modification times.
This commit is contained in:
parent
7550017f97
commit
9a6bd85924
10 changed files with 146 additions and 0 deletions
|
@ -281,6 +281,7 @@ set(KERNEL_SOURCES
|
|||
Syscalls/unlink.cpp
|
||||
Syscalls/unveil.cpp
|
||||
Syscalls/utime.cpp
|
||||
Syscalls/utimensat.cpp
|
||||
Syscalls/waitid.cpp
|
||||
Syscalls/inode_watcher.cpp
|
||||
Syscalls/write.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue