diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-10-31 19:56:35 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-10-31 19:56:35 +0000 |
commit | 77d733106d04f5e3dbacb538dd847555bbafec64 (patch) | |
tree | 39714f6d805b5d26790559a2f673be76684e28a8 | |
parent | 3cad22a2ba18a924f0193a4ee4e28fb81f875242 (diff) |
entered into RCS
-rw-r--r-- | pfinet/linux/errno.h | 2 |
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 |