From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <530F96D3.4040407@xenomai.org> Date: Thu, 27 Feb 2014 20:49:39 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] [Xenomai-git] Philippe Gerum : copperplate/registry: reap sysregd selectively List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org On 02/27/2014 04:54 PM, git repository hosting wrote: > memset(&sa, 0, sizeof(sa)); > sa.sa_handler = SIG_IGN; > sigaction(SIGCHLD, &sa, NULL); Why not masking the signal here instead of ignoring it? So that the notifications which would happen during the short interval are not lost? -- Gilles.