Searched hist:52040 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/lib/libc/compat-43/
H A Dsigcompat.cdiff 52040 Sat Oct 09 00:25:29 MDT 1999 jdp Fix sigvec(). When the sigset_t changes came in, it was altered
to call osigaction(). But that's wrong because it causes the
handler to receive a struct osigcontext instead of the expected
struct sigcontext. Use sigaction() instead, copying the compatible
portion of the signal mask.

Reviewed by: marcel

Completed in 104 milliseconds