On Thu, 30 Mar 2000, Steve Hay wrote:

> Thanks for this!
> 
> I tried it with the latest mod_perl cvs: mine now compiles perfectly too
> (_never_ seen that before!!!), and there's now only 1 unresolved external
> symbol instead of 7.  Looks like it could be nearly there - I'll try another
> one some time.

lemme guess, Perl_rsignal?  somehow i managed not to commit this
yesterday, it's in cvs now.  i don't have a win32 system to test on at the
moment, so any feeback from you, Randy K and others helps a great deal,
thanks.

--- src/modules/perl/mod_perl.c 2000/03/30 00:20:34     1.109
+++ src/modules/perl/mod_perl.c 2000/03/30 19:32:22
@@ -1099,6 +1099,7 @@
        cfg->pnotes = Nullhv;
     }
 
+#ifndef WIN32
     sigs = (perl_request_sigsave **)cfg->sigsave->elts;
     for (i=0; i < cfg->sigsave->nelts; i++) {
        MP_TRACE_g(fprintf(stderr, 
@@ -1108,6 +1109,7 @@
                           (unsigned long)sigs[i]->h));
        rsignal(sigs[i]->signo, sigs[i]->h);
     }
+#endif
 }
 
 void mod_perl_end_cleanup(void *data)

Reply via email to