| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6eea524 commit 61c0ff4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1324,10 +1324,7 @@ static ssize_t uv__fs_copyfile(uv_fs_t* req) { | |||
| 1324 | 1324 | times[1] = src_statsbuf.st_mtim; | |
| 1325 | 1325 | #endif | |
| 1326 | 1326 | ||
| 1327 | - if (futimens(dstfd, times) == -1) { | ||
| 1328 | - err = UV__ERR(errno); | ||
| 1329 | - goto out; | ||
| 1330 | - } | ||
| 1327 | + (void) futimens(dstfd, times); | ||
| 1331 | 1328 | ||
| 1332 | 1329 | /* | |
| 1333 | 1330 | * Change the ownership and permissions of the destination file to match the | |
| Back | FazBrowse Home | New Git URL |
0 commit comments