sigaction : using "void (*sa_sigaction) (int, siginfo_t *, void *);"
--------------------------------------------------------------------------------

hello,

in sigaction manpage it's written :

sa_sigaction also specifies the action to be associated with signum.
This function receives the signal number as its first argument, a
pointer to a siginfo_t as its second argument...