Annotation of coherent/b/kernel/tools/nap.s, revision 1.1.1.1

1.1       root        1: //////////
                      2: /  long
                      3: /  nap(msec)
                      4: /  int msec;
                      5: //////////
                      6: 
                      7:        .unixorder
                      8:        .globl nap, errno
                      9: 
                     10: nap:
                     11:        movl    $0xC28, %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.