comparison src/sighandlers.cc @ 2512:fda09c1e787e

[project @ 1996-11-14 08:39:41 by jwe]
author jwe
date Thu, 14 Nov 1996 08:39:47 +0000
parents 1d7925d6bede
children 1d63e820ee13
comparison
equal deleted inserted replaced
2511:9b0dd36714eb 2512:fda09c1e787e
383 "HFT grant", /* 28 SIGGRANT */ 383 "HFT grant", /* 28 SIGGRANT */
384 "HFT retract", /* 29 SIGRETRACT */ 384 "HFT retract", /* 29 SIGRETRACT */
385 "HFT sound done", /* 30 SIGSOUND */ 385 "HFT sound done", /* 30 SIGSOUND */
386 "HFT input ready", /* 31 SIGMSG */ 386 "HFT input ready", /* 31 SIGMSG */
387 #else /* not AIX */ 387 #else /* not AIX */
388 #ifdef __EMX__
389 "bogus signal #0", /* 0 */
390 "hangup", /* 1 SIGHUP */
391 "interrupt (Ctrl-C)", /* 2 SIGINT (Ctrl-C) */
392 "quit", /* 3 SIGQUIT */
393 "illegal instruction", /* 4 SIGILL */
394 "single step", /* 5 SIGTRAP */
395 "abort", /* 6 SIGABRT */
396 "EMT instruction", /* 7 SIGEMT */
397 "floating point exception", /* 8 SIGFPE */
398 "kill", /* 9 SIGKILL */
399 "bus error", /* 10 SIGBUS */
400 "segmentation violation", /* 11 SIGSEGV */
401 "bad argument to system call", /* 12 SIGSYS */
402 "broken pipe", /* 13 SIGPIPE */
403 "alarm clock", /* 14 SIGALRM */
404 "software termination signum", /* 15 SIGTERM */
405 "user defined signal 1", /* 16 SIGUSR1 */
406 "user defined signal 2", /* 17 SIGUSR2 */
407 "death of a child", /* 18 SIGCHLD */
408 "bogus signal #20", /* 19 */
409 "bogus signal #21", /* 20 */
410 "break (Ctrl-Break)", /* 21 SIGBREAK */
411 #else /* not __EMX__ */
388 "bogus signal", /* 0 */ 412 "bogus signal", /* 0 */
389 "hangup", /* 1 SIGHUP */ 413 "hangup", /* 1 SIGHUP */
390 "interrupt", /* 2 SIGINT */ 414 "interrupt", /* 2 SIGINT */
391 "quit", /* 3 SIGQUIT */ 415 "quit", /* 3 SIGQUIT */
392 "illegal instruction", /* 4 SIGILL */ 416 "illegal instruction", /* 4 SIGILL */
425 #endif 449 #endif
426 #ifdef SIGTHAW 450 #ifdef SIGTHAW
427 "Special Signal Used By CPR", /* 35 SIGTHAW */ 451 "Special Signal Used By CPR", /* 35 SIGTHAW */
428 #endif 452 #endif
429 #endif /* sun */ 453 #endif /* sun */
430 #endif /* not AIX */ 454 #endif /* __EMX__ */
455 #endif /* AIX */
431 0 456 0
432 }; 457 };
433 #endif 458 #endif
434 459
435 octave_child_list *octave_child_list::instance = 0; 460 octave_child_list *octave_child_list::instance = 0;