Use sigaction instead of signal.
commit51e0303e840c94e5943f30e311d053058f657327
authorChantry Xavier <shiningxc@gmail.com>
Sun, 9 Mar 2008 12:12:32 +0000 (9 13:12 +0100)
committerDan McGee <dan@archlinux.org>
Sun, 9 Mar 2008 16:35:01 +0000 (9 11:35 -0500)
treeda34e844c3d7f8b48d2a580130cb2f334a7a046a
parent2f9f48edddadffa2ac39ed7291f92be7be3b0fb5
Use sigaction instead of signal.

From signal man page :
"The behavior of signal() varies across Unix versions, and has also varied
historically across different versions of Linux. Avoid its use: use
sigaction(2) instead. See Portability below."

The code was taken from there :
http://www.gnu.org/software/libtool/manual/libc/Sigaction-Function-Example.html

Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
src/pacman/pacman.c