Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avoid file ownership requirement in touch (#28819)
Using `futimes` and passing NULL for the `times` parameter sets the current and access file times, but does not require file ownwership. From man page: > If times is NULL, the access and modification times are set to the current time. The caller must be the owner of the file, have permission to write the file, or be the superuser. (cherry picked from commit 3b3a163)
- Loading branch information