changeset 3544:a1ccd96244f3

(INTERRUPTIBLE_*): Fix spelling of macros.
author Richard M. Stallman <rms@gnu.org>
date Mon, 07 Jun 1993 18:20:33 +0000
parents 67c6f072c8f9
children 91d20436874c
files src/s/dgux.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
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)