Fake up enough headers to let libstddjb selfpipe build
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
committed by
Keith Winstein
parent
77f3a9073f
commit
29bb8facc7
@@ -0,0 +1,14 @@
|
||||
/* ISC license. */
|
||||
|
||||
#ifndef ERROR_H
|
||||
#define ERROR_H
|
||||
|
||||
#include <errno.h>
|
||||
#include "gccattributes.h"
|
||||
|
||||
extern char const *error_str (int) gccattr_const ;
|
||||
extern int error_temp (int) gccattr_const ;
|
||||
|
||||
#define error_isagain(e) (((e) == EAGAIN) || ((e) == EWOULDBLOCK))
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user