Next: posix cond-expand, Previous: posix conventions, Up: posix [Index]
Condition object type representing system errors described by an encoded
errno value; it is derived from &condition.
Build and return a new &errno condition object holding the
given encoded errno value.
Return #t if obj is an instance of &errno.
Accessor for the encoded errno value in obj, which must be
an instance of &errno.
Condition object type representing system errors described by an encoded
h_errno value; it is derived from &condition.
Build and return a new &h_errno condition object holding the
given encoded h_errno value.
Return #t if obj is an instance of &h_errno.
Accessor for the encoded h_errno value in obj, which must be
an instance of &h_errno.