Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Make MinGW happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Sep 8, 2011
1 parent 431195c commit 06d69a8
Show file tree
Hide file tree
Showing 2 changed files with 1,111 additions and 1,038 deletions.
2 changes: 1 addition & 1 deletion src/win/fs.c
Expand Up @@ -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);
Expand Down

0 comments on commit 06d69a8

Please sign in to comment.