Skip to content

Commit 7ca4663

Browse files
Philip Oakleygitster
authored andcommitted
msvc: include sigset_t definition
On MSVC (VS2008) sigset_t is not defined. Signed-off-by: Philip Oakley <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 963e154 commit 7ca4663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compat/msvc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
#undef ERROR
2020

21+
typedef int sigset_t;
22+
2123
#include "compat/mingw.h"
2224

2325
#endif

0 commit comments

Comments
 (0)