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:
parent
89b749a22c
commit
30cf0747d1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user