diff options
author | luther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-02 00:27:38 +0000 |
---|---|---|
committer | luther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-02-02 00:27:38 +0000 |
commit | bb61da669c59727c65981f44dabd2428a7e170b5 (patch) | |
tree | db61064b314e1b128f4f6a5ce3c195d6504a58c9 /ace/OS.i | |
parent | 73572f488aa6d8641514c63789bc57002b41672b (diff) | |
download | ATCD-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.i | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |