error − syscall error codes |
#include <error.h> extern int errno; extern int error_intr; |
UNIX syscalls provide detailed error codes in the errno variable. The error library provides portable names for a variety of possible errno values. |
error_str(3), error_temp(3) |