]> granicus.if.org Git - apache/commitdiff
ap_wait_or_timeout() can't be static since it is called from
authorJeff Trawick <trawick@apache.org>
Fri, 19 May 2000 02:37:17 +0000 (02:37 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 19 May 2000 02:37:17 +0000 (02:37 +0000)
dexter.c, prefork.c, and mpmt_pthread.c.

(Yes, we still need a function prototype somewhere, but at least we
can link properly now.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85252 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_common.c

index a9663c3d91a12680d8fa8c6c95480be02f96130f..19b86878ed94146e42207d1a76c7588a231aa33a 100644 (file)
@@ -173,7 +173,7 @@ void ap_reclaim_child_processes(int terminate)
 #endif
 static int wait_or_timeout_counter;
 
-static ap_proc_t *ap_wait_or_timeout(ap_wait_t *status, ap_pool_t *p)
+ap_proc_t *ap_wait_or_timeout(ap_wait_t *status, ap_pool_t *p)
 {
     struct timeval tv;
     ap_status_t rv;