Wait

From Hackepedia
Revision as of 17:23, 8 January 2006 by Franks (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The wait system call reaps the zombied childs of a process. wait() blocks so you may want to look at waitpid() instead. Read the manual page for better explanations.