FreeBSD Bugzilla – Attachment 12839 Details for
Bug 24632
libc_r delicate deviation from libc in handling SIGCHLD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.17 KB, created by
barak
on 2001-01-25 10:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
barak
Created:
2001-01-25 10:40:00 UTC
Size:
1.17 KB
patch
obsolete
>--- uthread/uthread_init.c Thu Jan 25 12:19:07 2001 >+++ uthread/uthread_init.c.orig Thu Nov 16 22:21:50 2000 >@@ -271,9 +271,9 @@ > > /* Initialise the global signal action structure: */ > sigfillset(&act.sa_mask); > act.sa_handler = (void (*) ()) _thread_sig_handler; >- act.sa_flags = SA_SIGINFO | SA_ONSTACK | SA_RESTART; >+ act.sa_flags = SA_SIGINFO | SA_ONSTACK; > > /* Clear pending signals for the process: */ > sigemptyset(&_process_sigpending); > >--- uthread/uthread_sigaction.c Thu Jan 25 12:19:07 2001 >+++ uthread/uthread_sigaction.c.orig Fri Nov 10 01:46:04 2000 >@@ -79,9 +79,9 @@ > * by other signals. Always request the POSIX signal > * handler arguments. > */ > sigfillset(&gact.sa_mask); >- gact.sa_flags = SA_SIGINFO | SA_ONSTACK | SA_RESTART; >+ gact.sa_flags = SA_SIGINFO | SA_ONSTACK; > > /* > * Check if the signal handler is being set to > * the default or ignore handlers:
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 24632
: 12839 |
12840