diff options
author | Joe Orton <jorton@apache.org> | 2006-04-05 10:54:26 +0000 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2006-04-05 10:54:26 +0000 |
commit | d7abd11faba3d77cfa92f759225401bf48eee044 (patch) | |
tree | 4d1f51d3f07850e94b94e055731ecbeac86d4737 /CHANGES | |
parent | c6b3812dc476e89c10ab956286699714b180b38d (diff) | |
download | apr-d7abd11faba3d77cfa92f759225401bf48eee044.tar.gz |
* threadproc/unix/signals.c (apr_signal, avoid_zombies): Use the
Darwin zombie-avoidance hack on NetBSD too.
PR: 36750
Submitted by: Todd Vierling <tv pobox.com>
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@391580 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ Changes for APR 1.3.0 + *) NetBSD: Avoid leaving zombie process when using apr_signal() + to ignore SIGCHLD. PR 36750. [Todd Vierling <tv pobox.com>] + *) Correct bug in kqueue backend for apr_pollset where we would erroneously indicate that a socket was readable or writeable. [Garrett Rooney] |