More error texts.

This commit is contained in:
Philip Homburg 2006-02-17 13:44:48 +00:00
parent fa6f63c3cb
commit 38804a964b

View File

@ -82,6 +82,9 @@ const char *_sys_errlist[] = {
"Operation in progress", /* EINPROGRESS */
"Address not available", /* EADDRNOTAVAIL */
"Connection already in progress", /* EALREADY */
"Message too long", /* EMSGSIZE */
"Socket operation on non-socket", /* ENOTSOCK */
"Protocol not available", /* ENOPROTOOPT */
};
const int _sys_nerr = sizeof(_sys_errlist) / sizeof(_sys_errlist[0]);