Terminates a process.
Implementation Considerations |
 |
All child processes of the calling process are terminated. They are not adopted by a system process.
The CI session variable CJCW is set to status.
Time accounting information of the calling process is not made available to the parent process through the wait() or waitpid() functions. A zero is always returned.
No user process can be a controlling process. Only system processes (CI processes) are allowed to be controlling processes.
The controlling terminal is not disassociated from the session of the calling process.
See Also |
 |
close(), sigaction(), wait(), waitpid(), POSIX.1 (Section 3.2.2)