summaryrefslogtreecommitdiff
path: root/user/stressfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'user/stressfs.c')
-rw-r--r--user/stressfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/stressfs.c b/user/stressfs.c
index 5edd7aa..247a7a5 100644
--- a/user/stressfs.c
+++ b/user/stressfs.c
@@ -43,7 +43,7 @@ main(int argc, char *argv[])
read(fd, data, sizeof(data));
close(fd);
- wait();
+ wait(0);
- exit();
+ exit(0);
}