Re: [PATCH jk/push-client-deadlock-fix] Windows: add pthread_sigmask() that does nothing

2016-05-02 Thread Jeff King
On Sun, May 01, 2016 at 09:08:21PM +0200, Johannes Sixt wrote: > A previous change introduced a call to pthread_sigmask() in order to block > SIGPIPE in a thread. Since there are no signal facilities on Windows that > are similar to POSIX signals, just ignore the request to block the signal. > In

[PATCH jk/push-client-deadlock-fix] Windows: add pthread_sigmask() that does nothing

2016-05-01 Thread Johannes Sixt
A previous change introduced a call to pthread_sigmask() in order to block SIGPIPE in a thread. Since there are no signal facilities on Windows that are similar to POSIX signals, just ignore the request to block the signal. In the particular case, the effect of blocking SIGPIPE on POSIX is that wri