Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137343352
D36033.id108853.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
402 B
Referenced Files
None
Subscribers
None
D36033.id108853.diff
View Options
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c
--- a/sys/kern/kern_sig.c
+++ b/sys/kern/kern_sig.c
@@ -317,7 +317,7 @@
* p_siglist might cause process-directed signal to be handled
* later.
*/
- if ((tda & TDA_SIG) != 0 || p->p_pendingcnt > 0 ||
+ if ((tda & TDAI(TDA_SIG)) != 0 || p->p_pendingcnt > 0 ||
!SIGISEMPTY(p->p_siglist)) {
sigfastblock_fetch(td);
PROC_LOCK(p);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 23, 3:48 PM (8 h, 54 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26020368
Default Alt Text
D36033.id108853.diff (402 B)
Attached To
Mode
D36033: ast_sig(): add missed TDAI()
Attached
Detach File
Event Timeline
Log In to Comment