Don't ignore SIGPIPE unless it exists
This commit is contained in:
@ -686,7 +686,9 @@ do_post_parse_initialization (int *argc,
|
|||||||
|
|
||||||
gettext_initialization ();
|
gettext_initialization ();
|
||||||
|
|
||||||
|
#ifdef SIGPIPE
|
||||||
signal (SIGPIPE, SIG_IGN);
|
signal (SIGPIPE, SIG_IGN);
|
||||||
|
#endif
|
||||||
|
|
||||||
if (g_fatal_warnings)
|
if (g_fatal_warnings)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user