comparison 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
comparison
equal deleted inserted replaced
3543:67c6f072c8f9 3544:a1ccd96244f3
269 #define open sys_open 269 #define open sys_open
270 #define close sys_close 270 #define close sys_close
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)
281 281
282 #else /* MAKING_MAKEFILE */ 282 #else /* MAKING_MAKEFILE */