freebsd-dev/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 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
creat.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
gethostid.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
gethostid.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
getwd.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
killpg.2 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
killpg.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
sethostid.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
setpgrp.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
setrgid.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
setruid.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
setruid.c BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
sigblock.2 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
sigcompat.c Fix sigvec(). When the sigset_t changes came in, it was altered 1999-10-09 00:25:29 +00:00
sigpause.2 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
sigsetmask.2 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
sigvec.2 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00