summaryrefslogtreecommitdiff
path: root/ACE/ace/config-cygwin32.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/config-cygwin32.h')
-rw-r--r--ACE/ace/config-cygwin32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/ace/config-cygwin32.h b/ACE/ace/config-cygwin32.h
index c8f04092a2b..a81356d0fb3 100644
--- a/ACE/ace/config-cygwin32.h
+++ b/ACE/ace/config-cygwin32.h
@@ -196,9 +196,11 @@
# define ACE_LACKS_PTHREAD_YIELD 1
# define ACE_LACKS_PTHREAD_ATTR_SETSTACK
+#if CYGWIN_VERSION_API_MINOR < 207
// In the 1.5.9 release of Cygwin the pthread_kill gives an access violation
// so for the time being we say Cygwin doesn't support pthread_kill.
# define ACE_LACKS_PTHREAD_KILL
+#endif
#endif /* ACE_MT_SAFE */