Richard Weinberger 9a8c135957 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.

Signed-off-by: Richard Weinberger <richard@nod.at>
2013-07-19 11:31:36 +02:00
..
2009-12-15 08:53:25 -08:00
2012-05-05 13:00:26 +02:00
2013-04-17 10:39:38 +02:00
2013-07-19 11:31:36 +02:00