Removed mono_debugger_create_notification_function() from here.
[mono.git] / mono / metadata / console-io.c
index 6e374674bcca8a7b3ebb5c22e8270547263d6e98..e3807feca84a350bb2ca7540e4f8752bf02e274d 100644 (file)
@@ -274,6 +274,7 @@ ves_icall_System_ConsoleDriver_TtySetup (MonoString *teardown, char *verase, cha
        if (setup_finished)
                return TRUE;
 
+       signal (SIGINT, sigint_handler);
        setup_finished = TRUE;
        if (!atexit_called) {
                if (teardown != NULL)