summaryrefslogtreecommitdiff
path: root/threadproc/netware
diff options
context:
space:
mode:
authorgstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2001-09-20 08:59:31 +0000
committergstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2001-09-20 08:59:31 +0000
commit8dbc1a060636ffbd82ba5b2a881662c4e79de1cf (patch)
treeff0d0e062cdca382a2e2f2d0c46fa69fc5090d6f /threadproc/netware
parent0459d5dd7766c6b2428e8bb08ce8122b81edec55 (diff)
downloadlibapr-8dbc1a060636ffbd82ba5b2a881662c4e79de1cf.tar.gz
Return the exit code from apr_proc_wait(). This is a combination of a patch
from Justin and Bill, plus a few additional tweaks. Submitted by: Justin Erenkrantz <jerenkrantz@ebuilt.com>, Bill Tutt <billtut@microsoft.com> Reviewed by: Greg Stein git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62350 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/netware')
-rw-r--r--threadproc/netware/proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/threadproc/netware/proc.c b/threadproc/netware/proc.c
index 7124f8a17..a537f7651 100644
--- a/threadproc/netware/proc.c
+++ b/threadproc/netware/proc.c
@@ -393,6 +393,7 @@ apr_status_t apr_proc_wait_all_procs(apr_proc_t *proc, apr_wait_t *status,
}
apr_status_t apr_proc_wait(apr_proc_t *proc,
+ apr_wait_t *exitcode,
apr_wait_how_e waithow)
{
#if 0