Commit afeff8e
committed
deps: cherry-pick libuv/libuv@439a54b
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: #562481 parent 9ff27fd commit afeff8e
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1322 | 1322 | | |
1323 | 1323 | | |
1324 | 1324 | | |
1325 | | - | |
1326 | | - | |
1327 | | - | |
1328 | | - | |
| 1325 | + | |
1329 | 1326 | | |
1330 | 1327 | | |
1331 | 1328 | | |
| |||
0 commit comments