about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips/bits/siginfo.h
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
commit980258f275c40449b7bd350d3442b7de0f8ac155 (patch)
tree7e4fe75e635635b4656ad13dd06c3a28bc46d94e /sysdeps/unix/sysv/linux/mips/bits/siginfo.h
parentfcacd1271eb2184c3332419d93c2e7a67a093209 (diff)
downloadglibc-980258f275c40449b7bd350d3442b7de0f8ac155.tar.gz
glibc-980258f275c40449b7bd350d3442b7de0f8ac155.tar.xz
glibc-980258f275c40449b7bd350d3442b7de0f8ac155.zip
Synch with kernel.
Diffstat (limited to 'sysdeps/unix/sysv/linux/mips/bits/siginfo.h')
-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
       {