FreeBSD Bugzilla – Attachment 17849 Details for
Bug 32295
[libc_r] [patch] pthread(3) dont dequeue signals
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
uthread_sig.c.diff
uthread_sig.c.diff (text/plain), 389 bytes, created by
bel
on 2004-09-10 11:31:27 UTC
(
hide
)
Description:
uthread_sig.c.diff
Filename:
MIME Type:
Creator:
bel
Created:
2004-09-10 11:31:27 UTC
Size:
389 bytes
patch
obsolete
>--- lib/libc_r/uthread/uthread_sig.c.orig Wed Dec 3 09:54:40 2003 >+++ lib/libc_r/uthread/uthread_sig.c Fri Sep 10 10:50:32 2004 >@@ -160,8 +160,10 @@ > _thread_sigq[sig - 1].signo = sig; > _sigq_check_reqd = 1; > } >- else >+ else { > DBG_MSG("Got signal %d, ignored.\n", sig); >+ _sigq_check_reqd = 1; >+ } > } > /* > * The signal handlers should have been installed so that they
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 32295
: 17849