diff options
author | Andreas Jaeger <aj@suse.de> | 2004-11-22 12:48:01 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2004-11-22 12:48:01 +0000 |
commit | 105b0972ee99530260e70d42bd625618bf8d7d3b (patch) | |
tree | b0ec3e3369e7246df1d02b3e517b28ec5e9d42f0 | |
parent | 9a6c7bba879db0854dbfe4c2dcb5e18913804bcb (diff) | |
download | glibc-105b0972ee99530260e70d42bd625618bf8d7d3b.tar.gz glibc-105b0972ee99530260e70d42bd625618bf8d7d3b.tar.xz glibc-105b0972ee99530260e70d42bd625618bf8d7d3b.zip |
* sysdeps/unix/sysv/linux/mips/bits/siginfo.h (__SI_MAX_SIZE):
Define appropriately based on __WORDSIZE. [struct siginfo] (__pad0): Add for explicit padding. * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Formatting fixes throughout.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 18263fc971..df080a6561 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-11-15 Maciej W. Rozycki <macro@mips.com> + + * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (__SI_MAX_SIZE): + Define appropriately based on __WORDSIZE. + [struct siginfo] (__pad0): Add for explicit padding. + + * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Formatting fixes + throughout. + 2004-11-22 Ulrich Drepper <drepper@redhat.com> * dirent/dirent.h: Add __nonnull attributes. |