Commit 61c0ff4
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: #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 parent 6eea524 commit 61c0ff4Copy full SHA for 61c0ff4
1 file changed
+1-4Lines changed: 1 addition & 4 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- deps/uv/src/unix
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+1-4Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1324 | 1324 | |
1325 | 1325 | |
1326 | 1326 | |
1327 | | - |
1328 | | - |
1329 | | - |
1330 | | - |
| 1327 | + |
1331 | 1328 | |
1332 | 1329 | |
1333 | 1330 | |
|
0 commit comments