/* ISC license. */ #ifndef ERROR_H #define ERROR_H #include extern int error_temp (int) gccattr_const ; #define error_isagain(e) (((e) == EAGAIN) || ((e) == EWOULDBLOCK))