Annotation of researchv9/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:        fstat = 28
                      8: .globl _fstat
                      9: 
                     10: _fstat:
                     11:        pea     fstat
                     12:        trap    #0
                     13:        bcc     noerror
                     14:        jmp     cerror
                     15: noerror:
                     16:        clrl    d0
                     17:        rts

unix.superglobalmegacorp.com

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