Annotation of researchv10dc/libc/sys/lstat.s, revision 1.1.1.1

1.1       root        1: # C library -- lstat
                      2: #   (stat without link following)
                      3: 
                      4: # lstat(name, &statb);
                      5: #
                      6: 
                      7:        .set    lstat,40
                      8: .globl _lstat
                      9: .globl  cerror
                     10: 
                     11: _lstat:
                     12:        .word   0x0000
                     13:        chmk    $lstat
                     14:        bcc     noerror
                     15:        jmp     cerror
                     16: noerror:
                     17:        ret

unix.superglobalmegacorp.com

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