Annotation of coherent/b/kernel/tools/chsize.s, revision 1.1

1.1     ! root        1: //////////
        !             2: /  chsize(fd, size)
        !             3: /  int fd;
        !             4: /  long size;
        !             5: //////////
        !             6: 
        !             7:        .unixorder
        !             8:        .globl chsize, errno
        !             9: 
        !            10: chsize:
        !            11:        movl    $0xA28, %eax
        !            12:        lcall   $7, $0
        !            13:        jb      foo
        !            14:        ret
        !            15: 
        !            16: foo:
        !            17:        movl    %eax, errno
        !            18:        movl    $-1, %eax
        !            19:        ret

unix.superglobalmegacorp.com

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