Skip to content
Commit 9a8c1359 authored by Richard Weinberger's avatar Richard Weinberger
Browse files

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: default avatarRichard Weinberger <richard@nod.at>
parent 74735341
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment