Make MinGW happy again
This commit is contained in:
parent
431195c944
commit
06d69a82ee
@ -575,7 +575,7 @@ void fs__symlink(uv_fs_t* req, const char* path, const char* new_path,
|
||||
}
|
||||
} else {
|
||||
result = -1;
|
||||
errno = ENOTSUP;
|
||||
errno = ENOSYS;
|
||||
}
|
||||
|
||||
SET_REQ_RESULT(req, result);
|
||||
|
||||
2147
src/win/winapi.h
2147
src/win/winapi.h
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user