]> asedeno.scripts.mit.edu Git - linux.git/commit
um: Remove sig_info[SIGALRM]
authorJohannes Berg <johannes.berg@intel.com>
Fri, 23 Aug 2019 10:44:26 +0000 (12:44 +0200)
committerRichard Weinberger <richard@nod.at>
Sun, 15 Sep 2019 19:37:10 +0000 (21:37 +0200)
commit68c15a2bc56585e55732d45183ea4d636a83828a
treeb564acc508975d98f9d0ec6c811fe642bd196a66
parentd47761db97d35cd7fc194e4472b3a20a46f64dc7
um: Remove sig_info[SIGALRM]

This entry is misleading, the actual signal handler is
another one that never uses sig_info.

Also remove the SIGALRM if inside sig_handler() for the
same reason.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Acked-by: Anton Ivanov <anton.ivanov@cambridgegreys.co.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/os-Linux/signal.c