Noted that si_signo is unused on Linux.

This commit is contained in:
Michael Kerrisk 2005-11-28 16:17:54 +00:00
parent 1dba80288e
commit c625361fea
1 changed files with 2 additions and 0 deletions

View File

@ -225,6 +225,8 @@ siginfo_t {
.IR si_signo ", " si_errno " and " si_code
are defined for all signals.
.RI ( si_signo
is unused on Linux.)
The rest of the struct may be a union, so that one should only
read the fields that are meaningful for the given signal.
POSIX.1b signals and