Reconstruct utime-like syscalls and fix filetime implementations

This commit is contained in:
Fabing Li
2024-06-13 14:53:09 +08:00
committed by Tate, Hongliang Tian
parent 3de8a9330a
commit 5edc110f9d
21 changed files with 328 additions and 88 deletions

View File

@ -37,6 +37,7 @@ TESTS ?= \
unlink_test \
vdso_clock_gettime_test \
write_test \
utimes_test \
# The end of the list
MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))

View File

@ -0,0 +1,8 @@
UtimesTest.OnFile
UtimesTest.OnDir
FutimesatTest.OnAbsPath
FutimesatTest.OnRelPath
UtimensatTest.OnAbsPath
UtimensatTest.OnRelPath
UtimeTest.ZeroAtimeandMtime
Utimensat.NullPath