Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107375324
D31563.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
372 B
Referenced Files
None
Subscribers
None
D31563.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
@@ -1341,7 +1341,8 @@
break;
}
- error = msleep(ps, &p->p_mtx, PPAUSE|PCATCH, "sigwait", timo);
+ error = msleep(&p->p_sigacts, &p->p_mtx, PPAUSE | PCATCH,
+ "sigwait", timo);
/* The syscalls can not be restarted. */
if (error == ERESTART)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 14, 6:20 AM (21 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15791760
Default Alt Text
D31563.diff (372 B)
Attached To
Mode
D31563: sigtimedwait: Use a unique wait channel for sleeping
Attached
Detach File
Event Timeline
Log In to Comment