diff options
author | Andreas Jaeger <aj@suse.de> | 2001-07-20 06:05:16 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-07-20 06:05:16 +0000 |
commit | 980258f275c40449b7bd350d3442b7de0f8ac155 (patch) | |
tree | 7e4fe75e635635b4656ad13dd06c3a28bc46d94e /sysdeps | |
parent | fcacd1271eb2184c3332419d93c2e7a67a093209 (diff) | |
download | glibc-980258f275c40449b7bd350d3442b7de0f8ac155.zip glibc-980258f275c40449b7bd350d3442b7de0f8ac155.tar.gz glibc-980258f275c40449b7bd350d3442b7de0f8ac155.tar.bz2 |
Synch with kernel.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/bits/siginfo.h | 2 |
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 04c5f40..f385372 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 { |