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

1.1       root        1: #  C library -- ioctl
                      2:  
                      3: #  ioctl(fdes,command,arg)
                      4: #  struct * arg;
                      5: #
                      6: #  result == -1 if error
                      7:  
                      8:        ioctl = 54
                      9: .globl _ioctl
                     10: .globl cerror
                     11:  
                     12: _ioctl:
                     13:        pea     ioctl
                     14:        trap    #0
                     15:        bcc     noerror
                     16:        jmp     cerror
                     17: noerror:
                     18:        rts

unix.superglobalmegacorp.com

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