mirror of
https://github.com/git/git.git
synced 2026-04-13 18:30:08 +02:00
msvc: include sigset_t definition
On MSVC (VS2008) sigset_t is not defined. Signed-off-by: Philip Oakley <philipoakley@iee.org>
This commit is contained in:
committed by
Johannes Schindelin
parent
deb98a542d
commit
4bbc57a2da
@@ -24,6 +24,10 @@ static __inline int strcasecmp (const char *s1, const char *s2)
|
||||
|
||||
#undef ERROR
|
||||
|
||||
#ifdef _MSC_VER
|
||||
typedef int sigset_t;
|
||||
#endif
|
||||
|
||||
#include "compat/mingw.h"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user