sigaction.2: Use correct POSIX type for siginfo_t.si_value

Reported-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-09-16 16:26:12 +02:00
parent 15e2ed1500
commit 966d17b1c5
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ siginfo_t {
int si_status; /* Exit value or signal */
clock_t si_utime; /* User time consumed */
clock_t si_stime; /* System time consumed */
sigval_t si_value; /* Signal value */
union sigval si_value; /* Signal value */
int si_int; /* POSIX.1b signal */
void *si_ptr; /* POSIX.1b signal */
int si_overrun; /* Timer overrun count;