当前位置: 技术问答>linux和unix
unix中的fork2与fork有设么区别?
来源: 互联网 发布时间:2014-10-26
本文导语: 小弟这里有礼了。 |Returns 1 to the parent, not any meaningful pid. The parent cannot wait() for the new process (it's unrelated).
小弟这里有礼了。
|
Returns 1 to the parent, not any meaningful pid. The parent cannot wait() for the new process (it's unrelated).