11 апреля 2012 г. 1:11 пользователь Eric Wong <normalperson@xxxxxxxx> написал: > Roman Kagan <rkagan@xxxxxxx> wrote: >> + my $signew = POSIX::SigSet->new(SIGINT, SIGHUP, SIGTERM, >> + SIGALRM, SIGPIPE, SIGUSR1, SIGUSR2); > > Considering your 2/2 patch, can we remove SIGPIPE here? Doing it in this patch (i.e. before SIGPIPE gets ignored by the second patch) would be illogical. I can submit another patch which removes SIGPIPE from the list of blocked signals (the reason would be mostly aesthetic since blocking an ignored signal is harmless anyway). Roman. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html