Skip to content
Snippets Groups Projects
Commit 2525e70d authored by Richard Weinberger's avatar Richard Weinberger Committed by Linus Torvalds
Browse files

um: remove SIGHUP handler


The UML kernel ignores SIGHUP anyway.  This handler is in vain.

Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0ce451ac
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,6 @@ int __init main(int argc, char **argv, char **envp)
*/
install_fatal_handler(SIGINT);
install_fatal_handler(SIGTERM);
install_fatal_handler(SIGHUP);
scan_elf_aux(envp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment