Tcl Source Code

Artifact [e36b05fe0a]
Login

Artifact e36b05fe0ac772f3d1da225859eda985c0cb47eb:

Attachment "sigxfsz.patch" to ticket [3865631578] added by sbron 2013-08-30 19:41:59. (unpublished)
--- unix/tclUnixInit.c.ORIG	2013-08-30 17:58:40.000000000 +0200
+++ unix/tclUnixInit.c	2013-08-30 20:58:00.827304606 +0200
@@ -448,6 +448,10 @@
     (void) signal(SIGPIPE, SIG_IGN);
 #endif /* SIGPIPE */
 
+#ifdef SIGXFSZ
+    (void) signal(SIGXFSZ, SIG_IGN);
+#endif /* SIGXFSZ */
+
 #if defined(__FreeBSD__) && defined(__GNUC__)
     /*
      * Adjust the rounding mode to be more conventional. Note that FreeBSD