Closed francescolavra closed 1 year ago
This change adds to the kernel an implementation of the utimensat syscall, which allows programs to use the utimensat() and futimens() POSIX functions. The new code is being exercised in the runtime tests.
This change adds to the kernel an implementation of the utimensat syscall, which allows programs to use the utimensat() and futimens() POSIX functions. The new code is being exercised in the runtime tests.