commit | 00361683ce562402a189362f43370a459b166645 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Thu Aug 18 20:04:39 2011 +0100 |
committer | Richard Weinberger <richard@nod.at> | Wed Nov 02 14:14:57 2011 +0100 |
tree | 2e0ca27bb455c671331113efcb2d1b78c14844b3 | |
parent | e87df986ed053d25dbd57b8b137edec5022874f8 [diff] [blame] |
um: fill the handlers array at build time Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
diff --git a/arch/um/os-Linux/skas/process.c b/arch/um/os-Linux/skas/process.c index 31743f1..f4e02ad 100644 --- a/arch/um/os-Linux/skas/process.c +++ b/arch/um/os-Linux/skas/process.c
@@ -659,7 +659,7 @@ { int n; - set_handler(SIGWINCH, (__sighandler_t) sig_handler); + set_handler(SIGWINCH); /* * Can't use UML_SETJMP or UML_LONGJMP here because they save