diff options
author | jdp <jdp@FreeBSD.org> | 1999-10-09 00:25:29 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1999-10-09 00:25:29 +0000 |
commit | 96c8cdf38c4d3671274821d98bee7542fde5275d (patch) | |
tree | f8ee0b0eeb4891a94f341d7c32c5aab5f314063f /lib/libc/stdlib/getopt.c | |
parent | 9cb1556e4ffc5fb183a8fb3004a867bb824cbd3b (diff) | |
download | FreeBSD-src-96c8cdf38c4d3671274821d98bee7542fde5275d.zip FreeBSD-src-96c8cdf38c4d3671274821d98bee7542fde5275d.tar.gz |
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
Diffstat (limited to 'lib/libc/stdlib/getopt.c')
0 files changed, 0 insertions, 0 deletions