From aa83ec4f1a982209d04887d8dea44ccf7d3cd871 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Sat, 22 Jul 2000 03:38:57 +0000 Subject: [PATCH] Clean_child_exit is not a public function. This keeps it internal to mpmt_pthread.c and allows mpmt_pthread to compile cleanly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85870 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/mpmt_pthread/mpm.h | 1 - 1 file changed, 1 deletion(-) diff --git a/server/mpm/mpmt_pthread/mpm.h b/server/mpm/mpmt_pthread/mpm.h index ba1d08581b..109d553ef8 100644 --- a/server/mpm/mpmt_pthread/mpm.h +++ b/server/mpm/mpmt_pthread/mpm.h @@ -70,7 +70,6 @@ extern int ap_max_daemons_limit; extern unsigned int ap_my_pid; extern server_rec *ap_server_conf; extern scoreboard *ap_scoreboard_image; -extern void clean_child_exit(int); extern char ap_coredump_dir[MAX_STRING_LEN]; #endif /* APACHE_MPM_MPMT_PTHREAD_H */ -- 2.50.1