aboutsummaryrefslogtreecommitdiff
path: root/threadproc/unix
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2000-08-06 06:07:33 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2000-08-06 06:07:33 +0000
commite98dca6c6f234d950e40dc1cb4823c0b5b2ef461 (patch)
tree4f0eea47f7ec42ad43d4b3fad7f7d5907e416115 /threadproc/unix
parent4a7353d9052714b34d1145533cd2cf21e33f4cf9 (diff)
downloadapr-e98dca6c6f234d950e40dc1cb4823c0b5b2ef461.tar.gz
apr-e98dca6c6f234d950e40dc1cb4823c0b5b2ef461.zip
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
see src/lib/apr/apr_compat.h for most details. Also a few minor nits to get Win32 to build. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@60481 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/unix')
-rw-r--r--threadproc/unix/proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/threadproc/unix/proc.c b/threadproc/unix/proc.c
index 25a4b45c6..62ea3d770 100644
--- a/threadproc/unix/proc.c
+++ b/threadproc/unix/proc.c
@@ -358,7 +358,7 @@ apr_status_t apr_create_process(apr_proc_t *new, const char *progname,
return APR_SUCCESS;
}
-apr_status_t apr_wait_all_procs(apr_proc_t *proc, ap_wait_t *status,
+apr_status_t apr_wait_all_procs(apr_proc_t *proc, apr_wait_t *status,
apr_wait_how_e waithow, apr_pool_t *p)
{
int waitpid_options = WUNTRACED;