td_sigmask of a newly created thread copied from td.
Remove excess initialization of td_sigmask. Differential Revision: https://reviews.freebsd.org/D1128 Reviewed by: emaste
This commit is contained in:
parent
2c4f134b25
commit
3d7b4b3720
@ -328,7 +328,6 @@ linux_clone_thread(struct thread *td, struct linux_clone_args *args)
|
||||
|
||||
PROC_LOCK(p);
|
||||
p->p_flag |= P_HADTHREADS;
|
||||
newtd->td_sigmask = td->td_sigmask;
|
||||
bcopy(p->p_comm, newtd->td_name, sizeof(newtd->td_name));
|
||||
|
||||
if (args->flags & LINUX_CLONE_PARENT)
|
||||
|
Loading…
x
Reference in New Issue
Block a user