exit
#define exit sh_exit
exit(int status)
#undef exit
ENTRY(exit)
exit(int arg)
#define exit(status) (void)syscall(LINUX_SYS_exit_group, status)