hw4: only wait-killed and exec-missing fail
This commit is contained in:
parent
5f2b2114ff
commit
88a84fc310
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ sys_exit (int status)
|
||||||
int
|
int
|
||||||
sys_wait (tid_t tid)
|
sys_wait (tid_t tid)
|
||||||
{
|
{
|
||||||
printf("system call wait\n");
|
//printf("system call wait\n");
|
||||||
int status = process_wait(tid);
|
int status = process_wait(tid);
|
||||||
//printf("wait has returned status(%d)\n", status);
|
//printf("wait has returned status(%d)\n", status);
|
||||||
return status;
|
return status;
|
||||||
|
|
Reference in a new issue