]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
make the linkage of clean_child_exit() consistent to fix a
authorJeff Trawick <trawick@apache.org>
Tue, 20 Feb 2001 10:37:34 +0000 (10:37 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 20 Feb 2001 10:37:34 +0000 (10:37 +0000)
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

index efe59cedde97b9d7ee48ffc44653a4630bac9547..5a3cca570f495b71f1c87d055585c83306a23d47 100644 (file)
@@ -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);