diff options
| author | Richard M. Stallman | 1993-06-07 18:20:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-07 18:20:33 +0000 |
| commit | 1fe85c45622ede39b3af5884c1b4855398ba2b55 (patch) | |
| tree | 3e6a620bc51938072fb45e4c84ea776d2380a8a4 /src | |
| parent | f478c16076e981e587037fe8a12108aec0284abd (diff) | |
| download | emacs-1fe85c45622ede39b3af5884c1b4855398ba2b55.tar.gz emacs-1fe85c45622ede39b3af5884c1b4855398ba2b55.zip | |
(INTERRUPTIBLE_*): Fix spelling of macros.
Diffstat (limited to 'src')
| -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. */ | |||
| 271 | #define read sys_read | 271 | #define read sys_read |
| 272 | #define write sys_write | 272 | #define write sys_write |
| 273 | 273 | ||
| 274 | #define INTERRUPTABLE_OPEN | 274 | #define INTERRUPTIBLE_OPEN |
| 275 | #define INTERRUPTABLE_CLOSE | 275 | #define INTERRUPTIBLE_CLOSE |
| 276 | /* can't hurt to define these, even though read/write should auto restart */ | 276 | /* can't hurt to define these, even though read/write should auto restart */ |
| 277 | #define INTERRUPTABLE_IO | 277 | #define INTERRUPTIBLE_IO |
| 278 | 278 | ||
| 279 | /* Can't use sys_signal because then etc/server.c would need sysdep.o. */ | 279 | /* Can't use sys_signal because then etc/server.c would need sysdep.o. */ |
| 280 | #define signal(SIG,FUNC) berk_signal(SIG,FUNC) | 280 | #define signal(SIG,FUNC) berk_signal(SIG,FUNC) |