From 980258f275c40449b7bd350d3442b7de0f8ac155 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 20 Jul 2001 06:05:16 +0000 Subject: Synch with kernel. --- sysdeps/unix/sysv/linux/mips/bits/siginfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/mips/bits/siginfo.h') 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 . */ - int si_code; /* Signal code. */ union { -- cgit 1.4.1