Annotation of linux/lib/_exit.c, revision 1.1.1.2

1.1.1.2 ! root        1: /*
        !             2:  *  linux/lib/_exit.c
        !             3:  *
        !             4:  *  (C) 1991  Linus Torvalds
        !             5:  */
        !             6: 
1.1       root        7: #define __LIBRARY__
                      8: #include <unistd.h>
                      9: 
                     10: volatile void _exit(int exit_code)
                     11: {
                     12:        __asm__("int $0x80"::"a" (__NR_exit),"b" (exit_code));
                     13: }

unix.superglobalmegacorp.com

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