]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r296501:
authordchagin <dchagin@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 27 Mar 2016 06:55:49 +0000 (06:55 +0000)
committerdchagin <dchagin@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 27 Mar 2016 06:55:49 +0000 (06:55 +0000)
commit9b6017f49f7feb7302544837db2e4872c45d090e
treea798eb9c48e50c6c1c27dea1677d4d35fe4886ba
parentb7b0d700bd5680c4c25a056b81a335d85f9e86c4
MFC r296501:

Link the newly created process to the corresponding parent as
if CLONE_PARENT is set, then the parent of the new process will be
the same as that of the calling process.

git-svn-id: svn://svn.freebsd.org/base/stable/10@297305 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/compat/linux/linux_fork.c