summaryrefslogtreecommitdiff
path: root/deps/uv/src/unix/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/src/unix/error.c')
-rw-r--r--deps/uv/src/unix/error.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/uv/src/unix/error.c b/deps/uv/src/unix/error.c
index 9e3e84ad9..05ab48202 100644
--- a/deps/uv/src/unix/error.c
+++ b/deps/uv/src/unix/error.c
@@ -79,6 +79,7 @@ uv_err_code uv_translate_sys_error(int sys_errno) {
case EMSGSIZE: return UV_EMSGSIZE;
case ENAMETOOLONG: return UV_ENAMETOOLONG;
case EINVAL: return UV_EINVAL;
+ case ENETDOWN: return UV_ENETDOWN;
case ENETUNREACH: return UV_ENETUNREACH;
case ECONNABORTED: return UV_ECONNABORTED;
case ELOOP: return UV_ELOOP;