diff options
| -rw-r--r-- | src/s/dgux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h index 6206908e2e2..633777a0e26 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h | |||
| @@ -263,9 +263,11 @@ Boston, MA 02111-1307, USA. */ | |||
| 263 | /* can't hurt to define these, even though read/write should auto restart */ | 263 | /* can't hurt to define these, even though read/write should auto restart */ |
| 264 | #define INTERRUPTIBLE_IO | 264 | #define INTERRUPTIBLE_IO |
| 265 | 265 | ||
| 266 | #ifndef NO_DGUX_SIGNAL_REDEF | ||
| 266 | /* Can't use sys_signal because then etc/server.c would need sysdep.o. */ | 267 | /* Can't use sys_signal because then etc/server.c would need sysdep.o. */ |
| 267 | extern struct sigaction act, oact; | 268 | extern struct sigaction act, oact; |
| 268 | #define signal(SIG,FUNC) berk_signal(SIG,FUNC) | 269 | #define signal(SIG,FUNC) berk_signal(SIG,FUNC) |
| 270 | #endif | ||
| 269 | 271 | ||
| 270 | #endif /* not NOT_C_CODE */ | 272 | #endif /* not NOT_C_CODE */ |
| 271 | 273 | ||