diff src/s/dgux.h @ 3544:a1ccd96244f3

(INTERRUPTIBLE_*): Fix spelling of macros.
author Richard M. Stallman <rms@gnu.org>
date Mon, 07 Jun 1993 18:20:33 +0000
parents 98165b066331
children 06708f4682d0
line wrap: on
line diff
--- a/src/s/dgux.h	Mon Jun 07 18:05:57 1993 +0000
+++ b/src/s/dgux.h	Mon Jun 07 18:20:33 1993 +0000
@@ -271,10 +271,10 @@
 #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)