Skip to content

Commit 96fb11c

Browse files
committed
ap_wait_or_timeout() can't be static since it is called from
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
1 parent 21818f6 commit 96fb11c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/mpm_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ void ap_reclaim_child_processes(int terminate)
173173
#endif
174174
static int wait_or_timeout_counter;
175175

176-
static ap_proc_t *ap_wait_or_timeout(ap_wait_t *status, ap_pool_t *p)
176+
ap_proc_t *ap_wait_or_timeout(ap_wait_t *status, ap_pool_t *p)
177177
{
178178
struct timeval tv;
179179
ap_status_t rv;

0 commit comments

Comments
 (0)