1
0
This commit is contained in:
Daniel Tartavel 2020-05-07 13:55:37 +02:00
parent b33139396e
commit 5e270d104b

2
main.c
View File

@ -291,7 +291,7 @@ int main()
} }
} }
sleep(2); sleep(2);
waitpid(-1, &status ,WNOHANG) waitpid(-1, &status ,WNOHANG);
} }
start = 0; start = 0;
} }