[Getdata-commits] SF.net SVN: getdata:[841] trunk/defile/bin/defile.c
Scientific Database Format
Brought to you by:
ketiltrout
|
From: <ket...@us...> - 2013-07-25 10:55:58
|
Revision: 841
http://sourceforge.net/p/getdata/code/841
Author: ketiltrout
Date: 2013-07-25 10:55:55 +0000 (Thu, 25 Jul 2013)
Log Message:
-----------
Block SIGPIPE
Modified Paths:
--------------
trunk/defile/bin/defile.c
Modified: trunk/defile/bin/defile.c
===================================================================
--- trunk/defile/bin/defile.c 2013-07-25 09:14:40 UTC (rev 840)
+++ trunk/defile/bin/defile.c 2013-07-25 10:55:55 UTC (rev 841)
@@ -2837,6 +2837,8 @@
/* block signals */
pthread_sigmask(SIG_BLOCK, &signals, NULL);
+ signal(SIGPIPE, SIG_IGN);
+
DF_INSTATE(START);
DF_OUTSTATE(START);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|