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

1.1       root        1: # C library -- llseek
                      2: 
                      3: # (hi,lo) = llseek(file, offset, ptr);
                      4: #  (-1,-1) in case of error
                      5: 
                      6:        .set    llseek,11
                      7: .globl _llseek
                      8: .globl  cerror
                      9: .globl _errno
                     10: .lcomm rv,8
                     11: 
                     12: _llseek:
                     13:        .word   0x0000
                     14:        chmk    $llseek
                     15:        bcc     noerror
                     16:        movl    r0,_errno
                     17:        movl    $-1,r0
                     18:        movl    $-1,r1
                     19: noerror:
                     20:        movl    r0,rv
                     21:        movl    r1,rv+4
                     22:        movab   rv,r0
                     23:        ret

unix.superglobalmegacorp.com

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