1 2 3 4 5 6 7 8
#ifndef _HACK_ERRNO_H #define _HACK_ERRNO_H #include <errno.h> #define ERESTARTSYS -1 /* let's hope this is not used */ #endif