taglinefilesource code
_exit223include/asm-alpha/unistd.h#define exit(x) _exit(x)
_exit266include/asm-i386/unistd.hstatic inline _syscall1(int,_exit,int,exitcode)
_exit165include/asm-sparc/unistd.hstatic inline _syscall1(int,_exit,int,exitcode)
_exit14lib/_exit.cvolatile void _exit(int exit_code)