mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Style fix.
This commit is contained in:
parent
f563420e8d
commit
f9b89f7e3e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113378
@ -1645,7 +1645,7 @@ tdsignal(struct thread *td, int sig)
|
||||
*/
|
||||
if (action == SIG_HOLD &&
|
||||
!((prop & SA_CONT) && (p->p_flag & P_STOPPED_SIG)))
|
||||
return;
|
||||
return;
|
||||
/*
|
||||
* Some signals have a process-wide effect and a per-thread
|
||||
* component. Most processing occurs when the process next
|
||||
|
Loading…
Reference in New Issue
Block a user