Date: Fri, 8 Oct 1999 17:25:31 -0700 (PDT) From: John Polstra <jdp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/compat-43 sigcompat.c Message-ID: <199910090025.RAA41422@freefall.freebsd.org>
index | next in thread | raw e-mail
jdp 1999/10/08 17:25:30 PDT
Modified files:
lib/libc/compat-43 sigcompat.c
Log:
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
Revision Changes Path
1.5 +18 -7 src/lib/libc/compat-43/sigcompat.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910090025.RAA41422>
