Annotation of researchv10no/cmd/spitbol/osigs.c, revision 1.1

1.1     ! root        1: #include <signal.h>
        !             2: 
        !             3: void setsigs();
        !             4: 
        !             5: static void
        !             6: ovfltrap (signo, param, xx, pc, psl)
        !             7: {
        !             8:        setsigs();              /* trap overflow again */
        !             9:        psl |= 02;              /* set the overflow bit */
        !            10: }
        !            11: 
        !            12: void
        !            13: setsigs()
        !            14: {
        !            15:        signal (SIGFPE, ovfltrap);
        !            16: }

unix.superglobalmegacorp.com

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