Subject: Implementation of CLONE_PARENT? To: None <tech-kern@netbsd.org> From: Valtteri Vuorikoski <vuori@puuhamaa.magenta.net> List: tech-kern Date: 03/24/2003 23:35:53
Has there been consideration of implementating the CLONE_PARENT flag
for clone() that exists on (supposedly) newer linuxen? It makes the
newly-created process a sibling of the calling process, and is missing
at least in 1.6.
-v