Set the TLS descriptor of the child.
const CLONE_SETTLS: CloneFlags = CloneFlags(cty::CLONE_SETTLS);
If this flag is set, the process will be aborted.
clone(2) and CLONE_SETTLS therein