adjusted the numbers for the interrupts, I'm not sure if this works this way

This commit is contained in:
marting 1999-11-04 20:30:44 +00:00
parent 6f15160aac
commit 4aebfb2279
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
** scsh to support Unix signals. Note that not all Unixes support
** all these signals.
*/
#define scshint_alarm (0) /* S48 Unix SIGALRM signal */
#define scshint_keyboard (1) /* S48 Unix SIGINT signal */
#define scshint_keyboard (2) /* S48 Unix SIGINT signal */
#define scshint_alarm (3) /* S48 Unix SIGALRM signal */
/* #define scshint_memory_shortage (2) */
#define scshint_chld (4) /* Interrupts from here down are */
#define scshint_cont (5) /* Unix signals. The last ten are */