Annotation of researchv9/libc/sys/chroot.s, revision 1.1.1.1

1.1       root        1: #  C library -- chroot
                      2:  
                      3: #  error = chroot(string);
                      4:  
                      5:        chroot = 61
                      6:  
                      7: .globl _chroot
                      8: .globl cerror
                      9: _chroot:
                     10:        pea     chroot
                     11:        trap    #0
                     12:        bcc     noerror
                     13:        jmp     cerror
                     14: noerror:
                     15:        rts

unix.superglobalmegacorp.com

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