add EHOSTDOWN errno.

This commit is contained in:
Ben Gras
2010-09-14 11:51:41 +00:00
parent eaa37fd21c
commit a5a8c57fe7
3 changed files with 4 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ const char *_sys_errlist[] = {
"Network is down", /* ENETDOWN */
"Protocol family not supported", /* EPFNOSUPPORT */
"Destination address required", /* EDESTADDRREQ */
"Host is down", /* EHOSTDOWN */
};
const int _sys_nerr = sizeof(_sys_errlist) / sizeof(_sys_errlist[0]);