mirror of
https://github.com/drasko/codezero.git
synced 2026-02-15 03:13:16 +01:00
Removed exit printfs from mm0 and fs0
This commit is contained in:
@@ -13,6 +13,7 @@ int forktest(void)
|
||||
{
|
||||
pid_t myid;
|
||||
|
||||
/* 16 forks */
|
||||
for (int i = 0; i < 4; i++)
|
||||
fork();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user