Fixitificate
authorMiguel de Icaza <miguel@gnome.org>
Wed, 10 Sep 2008 03:01:27 +0000 (03:01 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 10 Sep 2008 03:01:27 +0000 (03:01 -0000)
svn path=/trunk/mono/; revision=112637

mono/metadata/console-io.c

index 67b23c9e1161859054c3376d5b4ad4813e937de7..41f1e107dfc6bd05ac4d22821c5084bc3f3efd24 100644 (file)
@@ -316,6 +316,7 @@ console_set_signal_handlers ()
 
        memset (&sigcont, 0, sizeof (struct sigaction));
        memset (&sigint, 0, sizeof (struct sigaction));
+       memset (&sigwinch, 0, sizeof (struct sigaction));
        
        // Continuing
        sigcont.sa_handler = (void *) sigcont_handler;