◐ Shell
clean mode source ↗

deps: cherry-pick libuv/libuv@439a54b · nodejs/node@01dfe59

Original commit message: unix: treat futimens() as best-effort in copyfile futimens() may fail with EPERM on CIFS/SMB shares that do not support setting timestamps. Since preserving timestamps during copyfile is best-effort, ignore the return value unconditionally. Refs: libuv/libuv#4396 Fixes: #56248 PR-URL: #62881 Refs: libuv/libuv#5053 Refs: libuv/libuv#4396 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>

1 file changed

Lines changed: 1 addition & 4 deletions