Skip to content

Commit

Permalink
watch for zombies
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Aug 8, 2007
1 parent e204d0a commit ed960d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ main(void)
exit();
}
while((wpid=wait()) >= 0 && wpid != pid)
;
puts("zombie!\n");
}
}

0 comments on commit ed960d2

Please sign in to comment.