Annotation of coherent/b/lib/libc/sys/i386/cerror.s, revision 1.1.1.1

1.1       root        1: //////////
                      2: / libc/sys/i386/cerror.s
                      3: / Copyright (c) Ciaran O'Donnell, Bievres (FRANCE), 1991.
                      4: //////////
                      5: 
                      6: //////////
                      7: / Common error exit for system calls.
                      8: //////////
                      9: 
                     10:        .globl  .cerror
                     11:        .globl  errno
                     12:        .comm   errno,4
                     13: 
                     14: .cerror:
                     15:        movl    %eax,errno
                     16:        movl    $-1,%eax
                     17:        orl     %eax,%eax
                     18:        ret
                     19: 
                     20: / end of libc/sys/i386/cerror.s

unix.superglobalmegacorp.com

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