Help for this page

Select Code to Download


  1. or download this
      #define PL_signals              (vTHX->Isignals)
    
       if (PL_signals & PERL_SIGNALS_UNSAFE_FLAG) - failure here
    
  2. or download this
       /* Block most signals for calling thread, setting the old signal ma
    +sk to
       + * oldmask, if it is not NULL */
    ...
       +#ifdef SIGSEGV
       +    sigdelset(&newmask, SIGSEGV);
       +#endif