rename IOT to ABRT (posix); add SIGINFO
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Sun, 27 Aug 1989 07:58:34 +0000 (23:58 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Sun, 27 Aug 1989 07:58:34 +0000 (23:58 -0800)
SCCS-vsn: lib/libc/gen/siglist.c 5.4

usr/src/lib/libc/gen/siglist.c

index 9af807c..8e3177b 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)siglist.c  5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)siglist.c  5.4 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <signal.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <signal.h>
@@ -28,7 +28,7 @@ char  *sys_siglist[NSIG] = {
        "Quit",                         /* SIGQUIT */
        "Illegal instruction",          /* SIGILL */
        "Trace/BPT trap",               /* SIGTRAP */
        "Quit",                         /* SIGQUIT */
        "Illegal instruction",          /* SIGILL */
        "Trace/BPT trap",               /* SIGTRAP */
-       "IOT trap",                     /* SIGIOT */
+       "Abort trap",                   /* SIGABRT */
        "EMT trap",                     /* SIGEMT */
        "Floating point exception",     /* SIGFPE */
        "Killed",                       /* SIGKILL */
        "EMT trap",                     /* SIGEMT */
        "Floating point exception",     /* SIGFPE */
        "Killed",                       /* SIGKILL */
@@ -51,7 +51,7 @@ char  *sys_siglist[NSIG] = {
        "Virtual timer expired",        /* SIGVTALRM */
        "Profiling timer expired",      /* SIGPROF */
        "Window size changes",          /* SIGWINCH */
        "Virtual timer expired",        /* SIGVTALRM */
        "Profiling timer expired",      /* SIGPROF */
        "Window size changes",          /* SIGWINCH */
-       "Signal 29",
+       "Information request",          /* SIGINFO */
        "User defined signal 1",        /* SIGUSR1 */
        "User defined signal 2"         /* SIGUSR2 */
 };
        "User defined signal 1",        /* SIGUSR1 */
        "User defined signal 2"         /* SIGUSR2 */
 };