Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[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);
 }