]> granicus.if.org Git - sysstat/commit
Now use sigaction() instead of signal() for signals handling.
authorseb <seb@kluane.home>
Sat, 2 Mar 2013 14:30:01 +0000 (15:30 +0100)
committerseb <seb@kluane.home>
Sat, 2 Mar 2013 14:30:01 +0000 (15:30 +0100)
commit343f9e8c3f73d32d9765a5c7287e2b0c5e1b8183
treedfacd068fa1f9456b4c2b221767a3571ad1e7b77
parent881b50021de621c0a04f6dce1820773085891d23
Now use sigaction() instead of signal() for signals handling.

signal() manual page explicitly says to avoid using it for
signal handling, because of portability problems among other.
So use now sigaction() for that.
CHANGES
cifsiostat.c
iostat.c
mpstat.c
nfsiostat.c
pidstat.c
sadc.c
sar.c