Fix file semantics

Signed-off-by: Vinothkumar Siddharth <sidvin@amazon.com>
This commit is contained in:
Vinothkumar Siddharth 2017-05-17 10:34:20 -07:00
parent ec45a47f93
commit 9fa5e857e5

View File

@ -27,8 +27,7 @@ static void sigdown(int signo) {
} }
static void sigreap(int signo) { static void sigreap(int signo) {
while (waitpid(-1, NULL, WNOHANG) > 0) while (waitpid(-1, NULL, WNOHANG) > 0);
;
} }
int main() { int main() {