Make MinGW happy again

This commit is contained in:
Bert Belder 2011-09-08 19:59:24 +02:00
parent 431195c944
commit 06d69a82ee
2 changed files with 1111 additions and 1038 deletions

View File

@ -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);

File diff suppressed because it is too large Load Diff