From: Andreas Jaeger Date: Mon, 22 Nov 2004 12:48:01 +0000 (+0000) Subject: * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (__SI_MAX_SIZE): X-Git-Tag: cvs/fedora-glibc-20041124T0741~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=105b0972ee99530260e70d42bd625618bf8d7d3b;p=thirdparty%2Fglibc.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 18263fc971f..df080a6561f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-11-15 Maciej W. Rozycki + + * 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 * dirent/dirent.h: Add __nonnull attributes.