summaryrefslogtreecommitdiff
path: root/pfinet
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-10-31 19:56:35 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-10-31 19:56:35 +0000
commit77d733106d04f5e3dbacb538dd847555bbafec64 (patch)
tree39714f6d805b5d26790559a2f673be76684e28a8 /pfinet
parent3cad22a2ba18a924f0193a4ee4e28fb81f875242 (diff)
entered into RCS
Diffstat (limited to 'pfinet')
-rw-r--r--pfinet/linux/errno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/linux/errno.h b/pfinet/linux/errno.h
index 19f5bd78..7dab9bab 100644
--- a/pfinet/linux/errno.h
+++ b/pfinet/linux/errno.h
@@ -3,6 +3,6 @@
#include <errno.h>
-#define ERESTARTSYS -1 /* let's hope this is not used */
+#define ERESTARTSYS EINTR
#endif