Merge branch 'jk/push-client-deadlock-fix'
commitb153d2ae9206f752dd383c7bc30a5ab246ee5bcc
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 May 2016 22:11:46 +0000 (18 15:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 May 2016 22:11:46 +0000 (18 15:11 -0700)
tree042610dd966e3eaaad3f7f61bd4ffd96e3004a16
parent1f66975deb8402131fbf7c14330d0c7cdebaeaa2
parented84387a6bfe271e9c1edd277bb6fad54c6a6f0b
Merge branch 'jk/push-client-deadlock-fix'

Some Windows SDK lacks pthread_sigmask() implementation and fails
to compile the recently updated "git push" codepath that uses it.

* jk/push-client-deadlock-fix:
  Windows: only add a no-op pthread_sigmask() when needed
  Windows: add pthread_sigmask() that does nothing
compat/mingw.h
compat/win32/pthread.h