Commit ad0c237bc0b2edd4f1dc0e82c6cffbde71bad78b

Nicholas Marriott 2015-12-27T01:43:37

event_reinit: always re-init signal's socketpair Before this patch event_reinit() only closes the signal socketpair fds and recreates them if signals have been added, but this is wrong, since socketpair fds created on backend init, and if we will not re-create them bad things in child/parent signal handling will happens (and indeed this is what happens for non-reinit backends like select). Fixes: #307