Annotation of researchv9/libc/nsys/umask.s, revision 1.1

1.1     ! root        1: #  C library -- umask
        !             2:  
        !             3: #  omask = umask(mode);
        !             4:  
        !             5:        umask = 60
        !             6: .globl _umask
        !             7: 
        !             8: _umask:
        !             9:        linkw   a6,#0
        !            10:        pea     umask
        !            11:        trap    #0
        !            12:        unlk    a6
        !            13:        rts

unix.superglobalmegacorp.com

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