summaryrefslogtreecommitdiff
path: root/src/s/dgux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/dgux.h')
-rw-r--r--src/s/dgux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h
index 3ca377493db..6d4191c0892 100644
--- a/src/s/dgux.h
+++ b/src/s/dgux.h
@@ -271,10 +271,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define read sys_read
#define write sys_write
-#define INTERRUPTABLE_OPEN
-#define INTERRUPTABLE_CLOSE
+#define INTERRUPTIBLE_OPEN
+#define INTERRUPTIBLE_CLOSE
/* can't hurt to define these, even though read/write should auto restart */
-#define INTERRUPTABLE_IO
+#define INTERRUPTIBLE_IO
/* Can't use sys_signal because then etc/server.c would need sysdep.o. */
#define signal(SIG,FUNC) berk_signal(SIG,FUNC)