Wait: Difference between revisions
From Hackepedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
The wait system calls reaps the [[zombie|zombied]] childs of a process. wait() blocks so you may want to look at waitpid() instead. Read the [[manual|manpages]] for better explanations. | The wait system calls reaps the [[zombie|zombied]] childs of a [[process]]. wait() blocks so you may want to look at waitpid() instead. Read the [[manual|manpages]] for better explanations. |