diff options
Diffstat (limited to 'core/for.c')
| -rw-r--r-- | core/for.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ int main(int argc, char **argv) return -1; } - wait4(pid, 0, 0); + wait4(pid, 0, 0, 0); } return 0; |
| index : reX | ||
| A Tiny Linux Distribution | Nathan Reiner <nathan@nathanreiner.xyz> |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | core/for.c | 2 |
@@ -38,7 +38,7 @@ int main(int argc, char **argv) return -1; } - wait4(pid, 0, 0); + wait4(pid, 0, 0, 0); } return 0; |