um: siginfo cleanup
authorRichard Weinberger <richard@nod.at>
Fri, 19 Jul 2013 09:31:36 +0000 (11:31 +0200)
committerLorenzo Colitti <lorenzo@google.com>
Tue, 3 Mar 2015 03:47:10 +0000 (12:47 +0900)
commitdfca41467fa4570189f76e0fb9e0f911bc88ceb8
tree0b8670949d7e8fed5e5bcee8cfc3c948e55bee65
parent02de954e6c1842beabcd85e7824526dd1bd45c0e
um: siginfo cleanup

Currently we use both struct siginfo and siginfo_t.
Let's use struct siginfo internally to avoid ongoing
compiler warning. We are allowed to do so because
struct siginfo and siginfo_t are equivalent.

[cherry-pick of upstream 9a8c1359571c5d5e2fbc43cf457a6486b70a70cb]

Change-Id: I564775c9ed515c39ffff7d7d600a85d50291f31d
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Lorenzo Colitti <lorenzo@google.com>
arch/um/include/shared/frame_kern.h
arch/um/kernel/signal.c
arch/um/os-Linux/signal.c
arch/um/os-Linux/skas/process.c