Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/cvs/lib/
Dsighandle.c82 static struct sigaction *SIG_defaults; variable
85 static struct sigvec *SIG_defaults; variable
87 static RETSIGTYPE (**SIG_defaults) PROTO ((int));
110 if (SIG_defaults && SIG_handlers) /* already allocated */ in SIG_init()
120 if (!SIG_defaults) in SIG_init()
121 SIG_defaults = (struct sigaction *) in SIG_init()
127 if (!SIG_defaults) in SIG_init()
128 SIG_defaults = (struct sigvec *) in SIG_init()
131 if (!SIG_defaults) in SIG_init()
132 SIG_defaults = (RETSIGTYPE (**) PROTO ((int)) ) in SIG_init()
[all …]
DChangeLog485 * sighandle.c: Prototype SIG_handle and SIG_defaults.