mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Synch with kernel.
This commit is contained in:
@@ -45,9 +45,9 @@ typedef union sigval
|
|||||||
typedef struct siginfo
|
typedef struct siginfo
|
||||||
{
|
{
|
||||||
int si_signo; /* Signal number. */
|
int si_signo; /* Signal number. */
|
||||||
|
int si_code; /* Signal code. */
|
||||||
int si_errno; /* If non-zero, an errno value associated with
|
int si_errno; /* If non-zero, an errno value associated with
|
||||||
this signal, as defined in <errno.h>. */
|
this signal, as defined in <errno.h>. */
|
||||||
int si_code; /* Signal code. */
|
|
||||||
|
|
||||||
union
|
union
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user