From 8e55e8c8bcb1a0068609df61047b7a1c3bba10f9 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 2 Jun 2008 15:02:46 +0200 Subject: [PATCH] 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 --- fio.c | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.25.1