summaryrefslogtreecommitdiff
path: root/ace/config-cygwin32.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-05-16 12:37:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-05-16 12:37:17 +0000
commitba0f81dd5ef6176c5f993374a79e643475092a50 (patch)
tree543bc3eb4334c804a5c3f862ed9a950abd70478f /ace/config-cygwin32.h
parentffb4919d9b104843f914b0bc1a096cb1b229efc7 (diff)
downloadATCD-ba0f81dd5ef6176c5f993374a79e643475092a50.tar.gz
ChangeLogTag: Sun May 16 12:37:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/config-cygwin32.h')
-rw-r--r--ace/config-cygwin32.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/config-cygwin32.h b/ace/config-cygwin32.h
index 1c25fe6933b..1ce5a421368 100644
--- a/ace/config-cygwin32.h
+++ b/ace/config-cygwin32.h
@@ -166,6 +166,11 @@
# define ACE_LACKS_PTHREAD_CANCEL
# define ACE_LACKS_THREAD_PROCESS_SCOPING
# define ACE_LACKS_MUTEXATTR_PSHARED
+
+// 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 /* ACE_MT_SAFE */
#include /**/ "ace/post.h"