Returns the text associated with a given error.
lispworks
get-unix-error number => error
number
The errno value whose text is required.
errno
error
The text associated with the error.
The get-unix-error function returns the text associated with the specified value of the UNIX variable errno .
get-unix-error
Note: this is implemented only on UNIX/Linux/Mac OS X/FreeBSD.
errno-value