#ifndef _HACK_ERRNO_H
#define _HACK_ERRNO_H

#include <errno.h>

#define ERESTARTSYS EINTR

#endif