Whitespace cleanup (annoying).

MFC after:	1 month
This commit is contained in:
Dmitry Chagin 2019-03-24 15:08:30 +00:00
parent 1f66cb5154
commit 803fff9065
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345473

View File

@ -353,7 +353,7 @@ linux_clone_thread(struct thread *td, struct linux_clone_args *args)
thread_unlock(td);
if (P_SHOULDSTOP(p))
newtd->td_flags |= TDF_ASTPENDING | TDF_NEEDSUSPCHK;
if (p->p_ptevents & PTRACE_LWP)
newtd->td_dbgflags |= TDB_BORN;
PROC_UNLOCK(p);