1
0
mirror of https://github.com/git/git.git synced 2024-09-30 13:42:06 +02:00
git/compat/win32
Junio C Hamano b153d2ae92 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
2016-05-18 15:11:46 -07:00
..
alloca.h
dirent.c
dirent.h
pthread.c
pthread.h Merge branch 'jk/push-client-deadlock-fix' 2016-05-18 15:11:46 -07:00
syslog.c compat/win32/syslog.c: use warning_errno() 2016-05-09 12:29:08 -07:00
syslog.h