sys_exit [kernel/exit.c] | ||||
Arguments
Return values The system call doesn't return anything. Remarks This system call terminates the calling process "immediately". Any open file descriptors belonging to the process are closed; any children of the process are inherited by process 1, init, and the process's parent is sent a SIGCHLD signal. Compatibility n/a |