/* ISC license. */

#ifndef ERROR_H
#define ERROR_H

#include <skalibs/gccattributes.h>

extern int error_temp (int) gccattr_const ;
#define error_isagain(e) (((e) == EAGAIN) || ((e) == EWOULDBLOCK))
