1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Style fix.

This commit is contained in:
David Xu 2003-04-12 02:54:46 +00:00
parent f563420e8d
commit f9b89f7e3e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113378

View File

@ -1645,7 +1645,7 @@ tdsignal(struct thread *td, int sig)
*/ */
if (action == SIG_HOLD && if (action == SIG_HOLD &&
!((prop & SA_CONT) && (p->p_flag & P_STOPPED_SIG))) !((prop & SA_CONT) && (p->p_flag & P_STOPPED_SIG)))
return; return;
/* /*
* Some signals have a process-wide effect and a per-thread * Some signals have a process-wide effect and a per-thread
* component. Most processing occurs when the process next * component. Most processing occurs when the process next