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 | c1babb4b9d2ce6cf409783c74807f6294e18bcfa (patch) | |
tree | a16bc051959a9bf52a9f0f71ebcc1b341195c41d /sysdeps/unix/sysv | |
parent | 44dce3919220dae3d1ec6f604d8b1fe2e39815d1 (diff) | |
download | glibc-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.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 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 { |