Annotation of 3BSD/libc/sys/fstat.s, revision 1.1.1.1

1.1       root        1: # C library -- fstat
                      2: 
                      3: # error = fstat(file, statbuf);
                      4: 
                      5: # char statbuf[34]
                      6: 
                      7:        .set    fstat,28
                      8: .globl _fstat
                      9: 
                     10: _fstat:
                     11:        .word   0x0000
                     12:        chmk    $fstat
                     13:        bcc     noerror
                     14:        jmp     cerror
                     15: noerror:
                     16:        clrl    r0
                     17:        ret

unix.superglobalmegacorp.com

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