FreeBSD Bugzilla – Attachment 6273 Details for
Bug 14383
pthread_kill() does not call sighandler of specific thread
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 591 bytes, created by
ag
on 1999-10-17 23:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ag
Created:
1999-10-17 23:30:01 UTC
Size:
591 bytes
patch
obsolete
>Index: uthread_kill.c >=================================================================== >RCS file: /usr/FreeBSD-CVS/src/lib/libc_r/uthread/uthread_kill.c,v >retrieving revision 1.5.2.3 >diff -u -w -r1.5.2.3 uthread_kill.c >--- uthread_kill.c 1999/08/29 14:55:57 1.5.2.3 >+++ uthread_kill.c 1999/10/17 21:19:08 >@@ -109,11 +109,8 @@ > > /* Return the signal number: */ > pthread->signo = sig; >- } else { >- /* Increment the pending signal count: */ >- sigaddset(&pthread->sigpend,sig); > } >- break; >+ /* fallthrough */ > > default: > /* Increment the pending signal count: */
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 14383
: 6273