Synch with kernel.

This commit is contained in:
Andreas Jaeger 2001-07-20 06:05:16 +00:00
parent fcacd1271e
commit 980258f275

View File

@ -45,9 +45,9 @@ typedef union sigval
typedef struct siginfo
{
int si_signo; /* Signal number. */
int si_code; /* Signal code. */
int si_errno; /* If non-zero, an errno value associated with
this signal, as defined in <errno.h>. */
int si_code; /* Signal code. */
union
{