提交 341fb40c 编写于 作者: X xyz 提交者: guo

[smart][fix] lwp fork with data copy

上级 32d47932
......@@ -1721,6 +1721,7 @@ static void lwp_struct_copy(struct rt_lwp *dst, struct rt_lwp *src)
dst->args = src->args;
dst->leader = 0;
dst->session = src->session;
dst->background = src->background;
dst->tty_old_pgrp = 0;
dst->__pgrp = src->__pgrp;
dst->tty = src->tty;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册