comparison src/sysdep.c @ 822:39d30f8fadfd

[xemacs-hg @ 2002-04-30 15:19:58 by stephent] diagnostic typo <87u1ptz07n.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 30 Apr 2002 15:20:04 +0000
parents a634e3b7acc8
children e7ee5f8bde58
comparison
equal deleted inserted replaced
821:602aa4ed9900 822:39d30f8fadfd
3667 "bus error", /* 10 SIGBUS */ 3667 "bus error", /* 10 SIGBUS */
3668 "segmentation violation", /* 11 SIGSEGV */ 3668 "segmentation violation", /* 11 SIGSEGV */
3669 "bad argument to system call", /* 12 SIGSYS */ 3669 "bad argument to system call", /* 12 SIGSYS */
3670 "write on a pipe with no one to read it", /* 13 SIGPIPE */ 3670 "write on a pipe with no one to read it", /* 13 SIGPIPE */
3671 "alarm clock", /* 14 SIGALRM */ 3671 "alarm clock", /* 14 SIGALRM */
3672 "software termination signum", /* 15 SIGTERM */ 3672 "software termination signal", /* 15 SIGTERM */
3673 "user defined signal 1", /* 16 SIGUSR1 */ 3673 "user defined signal 1", /* 16 SIGUSR1 */
3674 "user defined signal 2", /* 17 SIGUSR2 */ 3674 "user defined signal 2", /* 17 SIGUSR2 */
3675 "death of a child", /* 18 SIGCLD */ 3675 "death of a child", /* 18 SIGCLD */
3676 "power-fail restart", /* 19 SIGPWR */ 3676 "power-fail restart", /* 19 SIGPWR */
3677 "bogus signal", /* 20 */ 3677 "bogus signal", /* 20 */
3708 "bus error", /* 10 SIGBUS */ 3708 "bus error", /* 10 SIGBUS */
3709 "segmentation violation", /* 11 SIGSEGV */ 3709 "segmentation violation", /* 11 SIGSEGV */
3710 "bad argument to system call", /* 12 SIGSYS */ 3710 "bad argument to system call", /* 12 SIGSYS */
3711 "write on a pipe with no one to read it", /* 13 SIGPIPE */ 3711 "write on a pipe with no one to read it", /* 13 SIGPIPE */
3712 "alarm clock", /* 14 SIGALRM */ 3712 "alarm clock", /* 14 SIGALRM */
3713 "software termination signum", /* 15 SIGTERM */ 3713 "software termination signal", /* 15 SIGTERM */
3714 "user defined signal 1", /* 16 SIGUSR1 */ 3714 "user defined signal 1", /* 16 SIGUSR1 */
3715 "user defined signal 2", /* 17 SIGUSR2 */ 3715 "user defined signal 2", /* 17 SIGUSR2 */
3716 "death of a child", /* 18 SIGCLD */ 3716 "death of a child", /* 18 SIGCLD */
3717 "power-fail restart", /* 19 SIGPWR */ 3717 "power-fail restart", /* 19 SIGPWR */
3718 #ifdef sun 3718 #ifdef sun