mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-16 07:04:29 +00:00
Don't ignore SIGPIPE unless it exists
This commit is contained in:
parent
2dee48b6d0
commit
425b652003
@ -686,7 +686,9 @@ do_post_parse_initialization (int *argc,
|
||||
|
||||
gettext_initialization ();
|
||||
|
||||
#ifdef SIGPIPE
|
||||
signal (SIGPIPE, SIG_IGN);
|
||||
#endif
|
||||
|
||||
if (g_fatal_warnings)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user