Annotation of 40BSD/libc/crt/cerror.s, revision 1.1

1.1     ! root        1: # C return sequence which
        !             2: # sets errno, returns -1.
        !             3: 
        !             4: .globl cerror
        !             5: .comm  _errno,4
        !             6: 
        !             7: cerror:
        !             8:        movl    r0,_errno
        !             9:        mnegl   $1,r0
        !            10:        ret

unix.superglobalmegacorp.com

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