git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101858
13f79535-47bb-0310-9956-
ffa450edef68
}
#if APR_HAS_OTHER_CHILD
}
- else if (apr_proc_other_child_read(&pid, status) == 0) {
+ else if (apr_proc_other_child_alert(&pid, APR_OC_REASON_DEATH,
+ status) == 0) {
/* handled */
#endif
}
}
#if APR_HAS_OTHER_CHILD
}
- else if (apr_proc_other_child_read(&pid, status) == 0) {
+ else if (apr_proc_other_child_alert(&pid, APR_OC_REASON_DEATH,
+ status) == 0) {
/* handled */
#endif
}
}
#if APR_HAS_OTHER_CHILD
}
- else if (apr_proc_other_child_read(&pid, status) == 0) {
+ else if (apr_proc_other_child_alert(&pid, APR_OC_REASON_DEATH,
+ status) == 0) {
/* handled */
#endif
}
}
#if APR_HAS_OTHER_CHILD
}
- else if (apr_proc_other_child_read(&pid, status) == 0) {
+ else if (apr_proc_other_child_alert(&pid, APR_OC_REASON_DEATH,
+ status) == 0) {
/* handled */
#endif
}
}
#if APR_HAS_OTHER_CHILD
}
- else if (apr_proc_other_child_read(&pid, status) == 0) {
+ else if (apr_proc_other_child_alert(&pid, APR_OC_REASON_DEATH,
+ status) == 0) {
/* handled */
#endif
}