summaryrefslogtreecommitdiff
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, 0 insertions, 8 deletions
diff --git a/pfinet/linux/errno.h b/pfinet/linux/errno.h
deleted file mode 100644
index 7dab9bab..00000000
--- a/pfinet/linux/errno.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _HACK_ERRNO_H
-#define _HACK_ERRNO_H
-
-#include <errno.h>
-
-#define ERESTARTSYS EINTR
-
-#endif