1 2 3 4 5 6 7 8
#ifndef _HACK_ERRNO_H #define _HACK_ERRNO_H #include <errno.h> #define ERESTARTSYS EINTR #endif