summaryrefslogtreecommitdiff
path: root/pfinet/linux
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-08-02 17:20:35 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-08-02 17:20:35 +0000
commit2db2750bec3e5112f5d33faf2f2a406b66f7a0d4 (patch)
treeab80bcdffd2e9dcbd900ddc8fd9a9f659925494a /pfinet/linux
parent606304a281bcbb35f71b7eb5c3814831261985ef (diff)
Formerly errno.h.~2~
Diffstat (limited to 'pfinet/linux')
-rw-r--r--pfinet/linux/errno.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/pfinet/linux/errno.h b/pfinet/linux/errno.h
index 339f4fc1..19f5bd78 100644
--- a/pfinet/linux/errno.h
+++ b/pfinet/linux/errno.h
@@ -1 +1,8 @@
+#ifndef _HACK_ERRNO_H
+#define _HACK_ERRNO_H
+
#include <errno.h>
+
+#define ERESTARTSYS -1 /* let's hope this is not used */
+
+#endif