Skip to content
Snippets Groups Projects
Commit ed960d2c authored by rsc's avatar rsc
Browse files

watch for zombies

parent e204d0a1
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,6 @@ main(void)
exit();
}
while((wpid=wait()) >= 0 && wpid != pid)
;
puts("zombie!\n");
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment