Differences between version 2 and predecessor to the previous major change of SIGCHILD.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Tuesday, November 18, 2003 3:58:54 pm | by JohnMcPherson | Revert |
Older page: | version 1 | Last edited on Friday, September 27, 2002 9:14:35 am | by PerryLorier | Revert |
@@ -1,3 +1 @@
-!!!Signal: Child process
-
-Child process has changed state. This signal is raised whenever a child process recieves a signal or terminates. This can be used to call wait4(2) to cleanup any ZombieProcess''''es that the process may have. On some Unix's it is possible to set
SIGCHILD to "default" and child processes will be cleaned up automatically. The default action for this signal is to ignore it
.
+Describe [
SIGCHILD] here
.