summaryrefslogtreecommitdiff
path: root/ace/OS.i
diff options
context:
space:
mode:
authorluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-02 00:27:38 +0000
committerluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-02 00:27:38 +0000
commitbb61da669c59727c65981f44dabd2428a7e170b5 (patch)
treedb61064b314e1b128f4f6a5ce3c195d6504a58c9 /ace/OS.i
parent73572f488aa6d8641514c63789bc57002b41672b (diff)
downloadATCD-bb61da669c59727c65981f44dabd2428a7e170b5.tar.gz
Thu Feb 1 18:01:26 2001 Luther J Baker <luther@cs.wustl.edu>
Diffstat (limited to 'ace/OS.i')
-rw-r--r--ace/OS.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.i b/ace/OS.i
index 1865990c16d..946312ad354 100644
--- a/ace/OS.i
+++ b/ace/OS.i
@@ -1463,7 +1463,7 @@ ACE_OS::mutex_init (ACE_mutex_t *m,
LPSECURITY_ATTRIBUTES sa)
{
// ACE_OS_TRACE ("ACE_OS::mutex_init");
-#if defined (ACE_HAS_PACE)
+#if defined (ACE_HAS_PACE) && !defined (ACE_WIN32)
pthread_mutexattr_t l_attributes;
if (attributes == 0)
attributes = &l_attributes;