um: siginfo cleanup
authorRichard Weinberger <richard@nod.at>
Fri, 19 Jul 2013 09:31:36 +0000 (11:31 +0200)
committerRichard Weinberger <richard@nod.at>
Fri, 19 Jul 2013 09:31:36 +0000 (11:31 +0200)
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.

Signed-off-by: Richard Weinberger <richard@nod.at>

No differences found