Remove comment wrt sigaction() usage, it's deprecated
authorJens Axboe <jens.axboe@oracle.com>
Mon, 2 Jun 2008 13:02:46 +0000 (15:02 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 2 Jun 2008 13:02:46 +0000 (15:02 +0200)
We already use sigaction(), so no difference between *BSD/Solaris
and Linux.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c

diff --git a/fio.c b/fio.c
index bbfc41e50d3d845da3ef7693a11499e05a1fcb82..f0566ed77f75f71b33634c3ba2cac7dbe4aa23eb 100644 (file)
--- 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;