aboutsummaryrefslogtreecommitdiff
path: root/pfinet/linux/errno.h
diff options
context:
space:
mode:
Diffstat (limited to 'pfinet/linux/errno.h')
-rw-r--r--pfinet/linux/errno.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pfinet/linux/errno.h b/pfinet/linux/errno.h
new file mode 100644
index 00000000..7dab9bab
--- /dev/null
+++ b/pfinet/linux/errno.h
@@ -0,0 +1,8 @@
+#ifndef _HACK_ERRNO_H
+#define _HACK_ERRNO_H
+
+#include <errno.h>
+
+#define ERESTARTSYS EINTR
+
+#endif