diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-07 18:20:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-07 18:20:33 +0000 |
commit | 1fe85c45622ede39b3af5884c1b4855398ba2b55 (patch) | |
tree | 3e6a620bc51938072fb45e4c84ea776d2380a8a4 /src/s/dgux.h | |
parent | f478c16076e981e587037fe8a12108aec0284abd (diff) | |
download | emacs-1fe85c45622ede39b3af5884c1b4855398ba2b55.tar.gz |
(INTERRUPTIBLE_*): Fix spelling of macros.
Diffstat (limited to 'src/s/dgux.h')
-rw-r--r-- | src/s/dgux.h | 6 |
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) |