Annotation of researchv9/libc/nsys/readlink.s, revision 1.1.1.1

1.1       root        1: # C library -- readlink
                      2: 
                      3: # nread = readlink(name, buf, count)
                      4: #
                      5: 
                      6:        readlink = 58
                      7: .globl _readlink
                      8: .globl  cerror
                      9: 
                     10: _readlink:
                     11:        linkw   a6,#0
                     12:        pea     readlink
                     13:        trap    #0
                     14:        bcc     noerror
                     15:        jmp     cerror
                     16: noerror:
                     17:        unlk    a6
                     18:        rts

unix.superglobalmegacorp.com

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