You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, you have to pass both mtime and atime to the utimensat syscall wrapper. Infact, this is not required, and you can skip one of them by setting it to the magic value UTIME_OMIT. We should allow this. I'm not sure if this is a "stable" API or not.
The text was updated successfully, but these errors were encountered:
Right now, you have to pass both mtime and atime to the utimensat syscall wrapper. Infact, this is not required, and you can skip one of them by setting it to the magic value UTIME_OMIT. We should allow this. I'm not sure if this is a "stable" API or not.
The text was updated successfully, but these errors were encountered: