mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 16:26:31 +00:00
🆕 clock()函数
This commit is contained in:
@ -432,7 +432,7 @@ int shell_cmd_exec(int argc, char **argv)
|
||||
// printf("parent process wait for pid:[ %d ]\n", pid);
|
||||
|
||||
waitpid(pid, &retval, 0);
|
||||
printf("parent process wait pid [ %d ], exit code=%d\n", pid, retval);
|
||||
// printf("parent process wait pid [ %d ], exit code=%d\n", pid, retval);
|
||||
free(argv);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user