Commit 9fa5e857 authored by Vinothkumar Siddharth's avatar Vinothkumar Siddharth

Fix file semantics

parent ec45a47f
...@@ -27,8 +27,7 @@ static void sigdown(int signo) { ...@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment