summaryrefslogtreecommitdiff
path: root/memory
diff options
context:
space:
mode:
authorbrianp <brianp@13f79535-47bb-0310-9956-ffa450edef68>2002-07-05 00:26:37 +0000
committerbrianp <brianp@13f79535-47bb-0310-9956-ffa450edef68>2002-07-05 00:26:37 +0000
commit98ce9e584596df15bf2310fe39f1fd5318d426f9 (patch)
treeed62380d9b36a8cd443ed72b58ece1ce2cbe40e6 /memory
parent8e475bdd7c440e86590e598e6a8d93d49a4d205a (diff)
downloadlibapr-98ce9e584596df15bf2310fe39f1fd5318d426f9.tar.gz
use new time conversion macros in place of APR_USEC_PER_SEC
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63566 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'memory')
-rw-r--r--memory/unix/apr_pools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/memory/unix/apr_pools.c b/memory/unix/apr_pools.c
index cddd1b987..82a9f7b2e 100644
--- a/memory/unix/apr_pools.c
+++ b/memory/unix/apr_pools.c
@@ -2051,7 +2051,7 @@ static void free_proc_chain(struct process_chain *procs)
/* Sleep only if we have to... */
if (need_timeout)
- apr_sleep(3 * APR_USEC_PER_SEC);
+ apr_sleep(apr_time_from_sec(3));
/* OK, the scripts we just timed out for have had a chance to clean up
* --- now, just get rid of them, and also clean up the system accounting