提交 fd6b0294 创建 作者: rtm's avatar rtm

proc_wait -> wait

上级 949352af
...@@ -382,7 +382,7 @@ exit(void) ...@@ -382,7 +382,7 @@ exit(void)
acquire(&proc_table_lock); acquire(&proc_table_lock);
// Parent might be sleeping in proc_wait. // Parent might be sleeping in wait().
wakeup1(cp->parent); wakeup1(cp->parent);
// Pass abandoned children to init. // Pass abandoned children to init.
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论