Home
last modified time | relevance | path

Searched refs:setup_catchsig (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsutil.c607 static void setup_catchsig P((int const*,int));
621 setup_catchsig(sig, sigs) in setup_catchsig() function
663 setup_catchsig(sig, sigs) in setup_catchsig() function
686 setup_catchsig(sig, sigs) in setup_catchsig() function
734 setup_catchsig(regsigs, (int) (sizeof(regsigs)/sizeof(*regsigs))); in catchints()
760 setup_catchsig(mmapsigs, (int)(sizeof(mmapsigs)/sizeof(*mmapsigs))); in catchmmapints()
H A DChangeLog21 (setup_catchsig): Use sa_sigaction only if has_sa_sigaction.
130 * rcsutil.c (catchsig, restoreints, setup_catchsig):
136 (setup_catchsig): If using SA_SIGINFO, use sa_sigaction not sa_handler.