Annotation of researchv9/libc/gen/abort.c, revision 1.1

1.1     ! root        1: #include <signal.h>
        !             2: 
        !             3: extern int kill(), getpid();
        !             4: 
        !             5: int
        !             6: abort()
        !             7: {
        !             8:        return(kill(getpid(), SIGIOT));
        !             9: }

unix.superglobalmegacorp.com

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