summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/getopt.c
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-10-09 00:25:29 +0000
committerjdp <jdp@FreeBSD.org>1999-10-09 00:25:29 +0000
commit96c8cdf38c4d3671274821d98bee7542fde5275d (patch)
treef8ee0b0eeb4891a94f341d7c32c5aab5f314063f /lib/libc/stdlib/getopt.c
parent9cb1556e4ffc5fb183a8fb3004a867bb824cbd3b (diff)
downloadFreeBSD-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
OpenPOWER on IntegriCloud