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

1.1       root        1: /*
                      2:  * libc/gen/i386/abort.c
                      3:  */
                      4: 
                      5: #include <signal.h>
                      6: 
                      7: void
                      8: abort(status) register int status;
                      9: {
                     10:        register int pid;
                     11: 
                     12:        pid = getpid();
                     13:        _finish();
                     14:        signal(SIGIOT, 0);
                     15:        kill(pid, SIGIOT);
                     16:        _exit(status);
                     17:        /* NOTREACHED */
                     18: }
                     19: 
                     20: /* end of libc/gen/i386/abort.c */

unix.superglobalmegacorp.com

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