1: /*	@(#)siglist.c	4.2 (Berkeley) 2/10/83	*/
   2: 
   3: #include    <sys/localopts.h>
   4: #include    <signal.h>
   5: 
   6: char    *sys_siglist[NSIG] = {
   7:     "Signal 0",
   8:     "Hangup",           /* SIGHUP */
   9:     "Interrupt",            /* SIGINT */
  10:     "Quit",             /* SIGQUIT */
  11:     "Illegal instruction",      /* SIGILL */
  12:     "Trace/BPT trap",       /* SIGTRAP */
  13:     "IOT trap",         /* SIGIOT */
  14:     "EMT trap",         /* SIGEMT */
  15:     "Floating point exception", /* SIGFPE */
  16:     "Killed",           /* SIGKILL */
  17:     "Bus error",            /* SIGBUS */
  18:     "Segmentation fault",       /* SIGSEGV */
  19:     "Bad system call",      /* SIGSYS */
  20:     "Broken pipe",          /* SIGPIPE */
  21:     "Alarm clock",          /* SIGALRM */
  22:     "Terminated",           /* SIGTERM */
  23: #ifdef  UCB_NET
  24:     "Urgent I/O condition",     /* SIGURG */
  25: #else
  26:     "Signal 16",            /* unused */
  27: #endif
  28: #ifdef  MENLO_JCL
  29:     "Stopped (signal)",     /* SIGSTOP */
  30:     "Stopped",          /* SIGTSTP */
  31:     "Continued",            /* SIGCONT */
  32:     "Child exited",         /* SIGCHLD */
  33:     "Stopped (tty input)",      /* SIGTTIN */
  34:     "Stopped (tty output)",     /* SIGTTOU */
  35:     "Signal 23",
  36:     "Signal 24",
  37:     "Signal 25",
  38:     "Signal 26",
  39:     "Signal 27",
  40:     "Signal 28",
  41:     "Signal 29",
  42:     "Signal 30",
  43:     "Signal 31"
  44: #endif
  45: };

Defined variables

sys_siglist defined in line 6; used 1 times
Last modified: 1983-06-01
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 536
Valid CSS Valid XHTML 1.0 Strict