Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Dsdiff.c64 static void trapsigs (void);
608 trapsigs (); in main()
788 trapsigs (void) in trapsigs() function
/freebsd/contrib/diff/
H A DChangeLog838 (trapsigs): Remove SA_INTERRUPT special case; now done by header.
2017 (trapsigs): Ignore sigaction failure, to be compatible with `signal'.
2024 * sdiff.c (trapsigs): Don't check signal return value, since it's
2254 * diff.c, diff3.c, (main), sdiff.c (trapsigs): If we'll have children,
2623 (catchsig, trapsigs): Use sigaction if possible, since this closes the