Annotation of coherent/b/lib/libc/gen/i386/signame.c, revision 1.1.1.1

1.1       root        1: /*
                      2:  * libc/gen/i386/signame.c
                      3:  * Status from wait (low byte).
                      4:  * i386.
                      5:  */
                      6: 
                      7: #include <signal.h>
                      8: 
                      9: char *signame[NSIG] ={
                     10:        "",
                     11:        "hangup",
                     12:        "interrupt",
                     13:        "quit",
                     14:        "illegal instruction",
                     15:        "trace/breakpoint trap",
                     16:        "abort",
                     17:        "emulator trap",
                     18:        "floating point exception",
                     19:        "killed",
                     20:        "bus error",
                     21:        "segmentation violation",
                     22:        "bad system call",
                     23:        "pipe broken",
                     24:        "alarm clock",
                     25:        "terminated",
                     26:        "signal 16",
                     27:        "signal 17",
                     28:        "child died",
                     29:        "restart",
                     30:        "window changed",
                     31:        "signal 21",
                     32:        "stream event polled"
                     33: };
                     34: 
                     35: /* libc/gen/i386/signame.c */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.