FreeBSD Bugzilla – Attachment 12840 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), 478 bytes, 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:
478 bytes
patch
obsolete
>--- uthread/uthread_signal.c Thu Jan 25 12:19:07 2001 >+++ uthread/uthread_signal.c.orig Fri Nov 10 01:46:04 2000 >@@ -44,9 +44,9 @@ > > /* Initialise the signal action structure: */ > sigemptyset(&sa.sa_mask); > sa.sa_handler = a; >- sa.sa_flags = SA_SIGINFO | SA_RESTART; >+ sa.sa_flags = SA_SIGINFO; > > /* Perform the sigaction syscall: */ > if (_thread_sys_sigaction(s, &sa, &osa) < 0) { > /* Return an error: */
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