git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99e11ab
)
m68k: Switch to generic siginfo layout
author
Maxim Kuvyrkov
<maxim@codesourcery.com>
Wed, 23 Dec 2009 19:28:42 +0000
(11:28 -0800)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Sat, 27 Feb 2010 17:31:17 +0000
(18:31 +0100)
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>
No differences found