Searched refs:psig0_func (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dfault.c45 static void (*psig0_func)() = SIG_ERR; variable
274 * psig0_func, so we can test it next time through this code
278 ret = (psig0_func != func);
279 psig0_func = func;

Completed in 241 milliseconds