aboutsummaryrefslogtreecommitdiffstats
path: root/compat/mingw-posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/mingw-posix.h')
-rw-r--r--compat/mingw-posix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/mingw-posix.h b/compat/mingw-posix.h
index 88e0cf9292..631a208684 100644
--- a/compat/mingw-posix.h
+++ b/compat/mingw-posix.h
@@ -96,6 +96,7 @@ struct sigaction {
unsigned sa_flags;
};
#define SA_RESTART 0
+#define SA_NOCLDSTOP 1
struct itimerval {
struct timeval it_value, it_interval;