errno

Name

errno -- Return errno.

Type: primop

Synopsis

errno(, errno);

Return Values

errno

An instance of <fixnum>

Description

Return the last error. Deprecated, but still needed as not everything signals errors (e.g., fd-open still returns status info, which breaks w/threads)