>Nick Ing-Simmons wrote: > >> What do you think of noting the sigmask before we call a signal handler >> and restoring it if handler "dies"? (Leaving mask as handler leaves it >> if handler runs to bottom - so that handler changing mask is still valid.) > Continuing this theme ... On Linux one has in /usr/include/setjmp.h an #if muddle that results in #define setjmp(b) sigsetjmp(b,0) or #define setjmp(b) sigsetjmp(b,1) So it is tricky to test. Can you tell me if passing 0 to sigsetjmp(b,0) is significantly slower than setjmp() for you ? (Solaris, OS/2) -- Nick Ing-SimmonsThread Previous | Thread Next