Merge part of revision 1.18 of sys/i386/linux/linux_machdep.c: don't use

RFTHREAD in linux_clone().
This commit is contained in:
jhb 2001-12-18 18:50:02 +00:00
parent 89b749a22c
commit 30cf0747d1

View File

@ -149,8 +149,6 @@ linux_clone(struct thread *td, struct linux_clone_args *args)
/* if (exit_signal <= LINUX_SIGTBLSZ)
exit_signal = linux_to_bsd_signal[_SIG_IDX(exit_signal)];
*/
/* RFTHREAD probably not necessary here, but it shouldn't hurt */
ff |= RFTHREAD;
if (args->flags & CLONE_VM)
ff |= RFMEM;