xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fd6b029401e359ce25cf0c3d8c0f047b2e2a5632
parent 949352af6695cfbfc91a5c0e24ddae95c497b008
Author: rtm <rtm>
Date:   Sat, 20 Oct 2007 18:25:38 +0000

proc_wait -> wait

Diffstat:
Mproc.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proc.c b/proc.c @@ -382,7 +382,7 @@ exit(void) acquire(&proc_table_lock); - // Parent might be sleeping in proc_wait. + // Parent might be sleeping in wait(). wakeup1(cp->parent); // Pass abandoned children to init.