]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Group pid and parent are shared in a case of CLONE_THREAD not CLONE_VM.
authorkib <kib@FreeBSD.org>
Wed, 15 Nov 2006 11:04:37 +0000 (11:04 +0000)
committerkib <kib@FreeBSD.org>
Wed, 15 Nov 2006 11:04:37 +0000 (11:04 +0000)
commit4532665da9da20f608bd2583e203af67568bd809
treef4bbd7cb5dfa7915f16569c56926da7de6f925ba
parent5bee73d962d69192303f1c49c0a617d5fbd7de6a
Group pid and parent are shared in a case of CLONE_THREAD not CLONE_VM.
This fix lets clone02 LTP test pass with 2.6 emulation. In reality 99%
of the cases are that CLONE_VM and CLONE_THREAD are both set so it
seemed to work.

Submitted by: rdivacky
sys/compat/linux/linux_emul.c