|
|
1.1 root 1: #define __LIBRARY__
2: #include <unistd.h>
3:
4: volatile void _exit(int exit_code)
5: {
6: __asm__("int $0x80"::"a" (__NR_exit),"b" (exit_code));
7: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.