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. Willem