julia
3b3a1636 - avoid file ownership requirement in touch (#28819)

Commit
7 years ago
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.
Author
Committer
Parents
Loading