Description: Prevent premature exit due to gnustep-base's multiarch patch.
Bug-Debian: https://bugs.debian.org/1102501
Author: Yavor Doganov <yavor@gnu.org>
Forwarded: not-needed
Last-Update: 2025-04-10
---

--- gnustep-examples.orig/gui/ExampleService/example.m
+++ gnustep-examples/gui/ExampleService/example.m
@@ -287,6 +287,7 @@
   signal(SIGTTOU, SIG_IGN);
   signal(SIGTTIN, SIG_IGN);
   signal(SIGHUP, SIG_IGN);
+  signal(SIGCHLD, SIG_IGN);
 #endif
   signal(SIGTERM, ihandler);
 
