aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-07-20 06:05:16 +0000
committerAndreas Jaeger <aj@suse.de>2001-07-20 06:05:16 +0000
commitc1babb4b9d2ce6cf409783c74807f6294e18bcfa (patch)
treea16bc051959a9bf52a9f0f71ebcc1b341195c41d /sysdeps/unix/sysv
parent44dce3919220dae3d1ec6f604d8b1fe2e39815d1 (diff)
downloadglibc-c1babb4b9d2ce6cf409783c74807f6294e18bcfa.tar
glibc-c1babb4b9d2ce6cf409783c74807f6294e18bcfa.tar.gz
glibc-c1babb4b9d2ce6cf409783c74807f6294e18bcfa.tar.bz2
glibc-c1babb4b9d2ce6cf409783c74807f6294e18bcfa.zip
Synch with kernel.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r--sysdeps/unix/sysv/linux/mips/bits/siginfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/bits/siginfo.h b/sysdeps/unix/sysv/linux/mips/bits/siginfo.h
index 04c5f40d90..f385372bd0 100644
--- a/sysdeps/unix/sysv/linux/mips/bits/siginfo.h
+++ b/sysdeps/unix/sysv/linux/mips/bits/siginfo.h
@@ -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
{