Commit c242d952 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

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
parent c3293025
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);