1
0
mirror of https://github.com/git/git.git synced 2024-09-28 17:22:20 +02:00
git/compat/win32
Johannes Schindelin ed84387a6b Windows: only add a no-op pthread_sigmask() when needed
In f924b52 (Windows: add pthread_sigmask() that does nothing,
2016-05-01), we introduced a no-op for Windows. However, this breaks
building Git in Git for Windows' SDK because pthread_sigmask() is
already a no-op there, #define'd in the pthread_signal.h header in
/mingw64/x86_64-w64-mingw32/include/.

Let's wrap the definition of pthread_sigmask() in a guard that skips
it when compiling with MinGW-w64' headers.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2016-05-11 14:02:10 -07:00
..
alloca.h
dirent.c
dirent.h
pthread.c
pthread.h Windows: only add a no-op pthread_sigmask() when needed 2016-05-11 14:02:10 -07:00
syslog.c
syslog.h