From: Jens Axboe Date: Mon, 2 Jun 2008 13:02:46 +0000 (+0200) Subject: Remove comment wrt sigaction() usage, it's deprecated X-Git-Tag: fio-1.21-rc7~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;ds=inline;h=8e55e8c8bcb1a0068609df61047b7a1c3bba10f9;p=fio.git Remove comment wrt sigaction() usage, it's deprecated We already use sigaction(), so no difference between *BSD/Solaris and Linux. Signed-off-by: Jens Axboe --- diff --git a/fio.c b/fio.c index bbfc41e5..f0566ed7 100644 --- a/fio.c +++ b/fio.c @@ -125,9 +125,6 @@ static void sig_int(int sig) } } -/* - * We need to rearm on BSD/solaris. Switch this to sigaction in the future... - */ static void set_sig_handlers(void) { struct sigaction act;