diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-08-06 06:07:33 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-08-06 06:07:33 +0000 |
commit | e98dca6c6f234d950e40dc1cb4823c0b5b2ef461 (patch) | |
tree | 4f0eea47f7ec42ad43d4b3fad7f7d5907e416115 /threadproc/os2/proc.c | |
parent | 4a7353d9052714b34d1145533cd2cf21e33f4cf9 (diff) | |
download | apr-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/os2/proc.c')
-rw-r--r-- | threadproc/os2/proc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/threadproc/os2/proc.c b/threadproc/os2/proc.c index ea5e73fe3..c389148c1 100644 --- a/threadproc/os2/proc.c +++ b/threadproc/os2/proc.c @@ -491,7 +491,7 @@ apr_status_t apr_create_process(apr_proc_t *proc, const char *progname, -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) { RESULTCODES codes; @@ -542,7 +542,7 @@ apr_status_t apr_wait_proc(apr_proc_t *proc, -apr_status_t ap_get_os_proc(apr_os_proc_t *theproc, apr_proc_t *proc) +apr_status_t apr_get_os_proc(apr_os_proc_t *theproc, apr_proc_t *proc) { if (proc == NULL) { return APR_ENOPROC; |