]> git.proxmox.com Git - mirror_qemu.git/commit - bsd-user/signal.c
bsd-user/signal.c: do_sigaltstack
authorWarner Losh <imp@bsdimp.com>
Sun, 9 Jan 2022 07:06:56 +0000 (00:06 -0700)
committerWarner Losh <imp@bsdimp.com>
Mon, 31 Jan 2022 00:13:50 +0000 (17:13 -0700)
commit43ed4267845899871890589c96b1302a1696525d
tree8fc6839149b1a78741b9afc5d3676fc57e8c59ad
parent394cf694273caf8ab8838588954d0fc2909ae2fa
bsd-user/signal.c: do_sigaltstack

Implement the meat of the sigaltstack(2) system call with do_sigaltstack.

With that, all the stubbed out routines are complete, so remove
now-incorrect comment.

Signed-off-by: Stacey Son <sson@FreeBSD.org>
Signed-off-by: Kyle Evans <kevans@freebsd.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/signal.c