diff options
Diffstat (limited to 'stressfs.c')
-rw-r--r-- | stressfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,6 +44,6 @@ main(int argc, char *argv[]) close(fd); wait(); - + exit(); } |
![]() |
index : 135e2/xv6-labs.git | |
xv6-labs-2024-winter | 135e2 |
summaryrefslogtreecommitdiff |
-rw-r--r-- | stressfs.c | 2 |
@@ -44,6 +44,6 @@ main(int argc, char *argv[]) close(fd); wait(); - + exit(); } |