More error texts.
This commit is contained in:
parent
fa6f63c3cb
commit
38804a964b
@ -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]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user