Merge pull request #3040 from xmcclure/debugger-step-recursive
[mono.git] / mono / mini / mini-posix.c
index 870a5b584a8ae903d480f13873879097e6751600..6f6e266a3b025d72fd9998435b46a8b053747b31 100644 (file)
@@ -107,7 +107,8 @@ mono_runtime_install_handlers (void)
 void
 mono_runtime_posix_install_handlers(void)
 {
-
+       /* we still need to ignore SIGPIPE */
+       signal (SIGPIPE, SIG_IGN);
 }
 
 void