Hi Michael. On Wed, Sep 17, 2008 at 02:24:32AM +0200, Michael Kerrisk (mtk.manpages@googlemail.com) wrote:I asked to put signal mask there to be able to siplify life of those who use accept() and signals. It is not 1005 _required_, but just like it is not required to be in ppoll(). It is an optimization which should allow to block signals during code execution without lots of additional steps (like disabling/enabling them around the call via additional syscalls). -- Evgeniy Polyakov --
