commit | 5da3a65d2d1ba333d61999640ef241f150c69c6b | [log] [tgz] |
---|---|---|
author | Maxim Kuvyrkov <maxim@codesourcery.com> | Wed Dec 23 11:28:42 2009 -0800 |
committer | Geert Uytterhoeven <geert@linux-m68k.org> | Sat Feb 27 18:31:17 2010 +0100 |
tree | f991cfea478322ecf6608456855376ba6fdfa0ad | |
parent | 99e11ab20b26b3236490ae687ab309c2601d180b [diff] |
m68k: Switch to generic siginfo layout This patch switches m68k to generic siginfo layout. The custom layout of m68k's `struct siginfo' had several issues due to not considering aliasing of members in the union, e.g., _uid32 was at different offsets in ._kill, ._rt and ._sigchld. Signed-off-by: Maxim Kuvyrkov <maxim@codesourcery.com> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>