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>
This commit is contained in:

committed by
Richard Weinberger

parent
e87df986ed
commit
00361683ce
@@ -659,7 +659,7 @@ int start_idle_thread(void *stack, jmp_buf *switch_buf)
|
||||
{
|
||||
int n;
|
||||
|
||||
set_handler(SIGWINCH, (__sighandler_t) sig_handler);
|
||||
set_handler(SIGWINCH);
|
||||
|
||||
/*
|
||||
* Can't use UML_SETJMP or UML_LONGJMP here because they save
|
||||
|
Reference in New Issue
Block a user