linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / um / kernel / tt / exec_kern.c
index ad66df1..5c1e4cc 100644 (file)
@@ -21,7 +21,7 @@
 static int exec_tramp(void *sig_stack)
 {
        init_new_thread_stack(sig_stack, NULL);
-       init_new_thread_signals();
+       init_new_thread_signals(1);
        os_stop_process(os_getpid());
        return(0);
 }