From bd95320f1bb629af879c68a2bc7d81572c68d081 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 20 Feb 2001 10:37:34 +0000 Subject: [PATCH] make the linkage of clean_child_exit() consistent to fix a warning on HP-UX git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88247 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/threaded/threaded.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/mpm/threaded/threaded.c b/server/mpm/threaded/threaded.c index efe59cedde9..5a3cca570f4 100644 --- a/server/mpm/threaded/threaded.c +++ b/server/mpm/threaded/threaded.c @@ -179,7 +179,7 @@ AP_DECLARE(int) ap_get_max_daemons(void) /* a clean exit from a child with proper cleanup */ static void clean_child_exit(int code) __attribute__ ((noreturn)); -void clean_child_exit(int code) +static void clean_child_exit(int code) { if (pchild) { apr_pool_destroy(pchild); -- 2.47.2