freebsd-nq/lib/libc/compat-43
John Polstra 2bc2b29270 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
1999-10-09 00:25:29 +00:00
..
creat.2
creat.c
gethostid.3
gethostid.c
getwd.c
killpg.2
killpg.c
Makefile.inc
sethostid.c
setpgrp.c
setrgid.c
setruid.3
setruid.c
sigblock.2
sigcompat.c
sigpause.2
sigsetmask.2
sigvec.2