On Mon, Feb 10, 2014 at 08:53:16PM +0100, Krol, Willem van de wrote:
> On Fri, Feb 7, 2014 at 2:02 PM, sin <s...@2f30.org> wrote:
> > Yes, I realize signalfd() is Linux specific... aw well.
> 
> Why did you choose signalfd() over sigwait()? The only advantage of
> signalfd() seems to be poll()-ing or similar actions, which are not
> used in sinit.

It is a left-over from when I was multiplexing the file descriptors of
the FIFO and the signal dispatching.

I will fix it, thanks for pointing out.

Reply via email to