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

Commit

Permalink
Browse files Browse the repository at this point in the history
Map UV_ESRCH in uv_err_name
  • Loading branch information
ry committed Nov 9, 2011
1 parent 2b7774a commit 196e145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uv-common.c
Expand Up @@ -101,6 +101,7 @@ const char* uv_err_name(uv_err_t err) {
case UV_EAISOCKTYPE: return "EAISOCKTYPE";
case UV_ESHUTDOWN: return "ESHUTDOWN";
case UV_EEXIST: return "EEXIST";
case UV_ESRCH: return "ESRCH";
default:
assert(0);
return NULL;
Expand Down

0 comments on commit 196e145

Please sign in to comment.