summaryrefslogtreecommitdiff
path: root/ACE/tests/Monotonic_Task_Test.cpp
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-11-10 11:37:48 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-11-10 11:37:48 +0000
commit6e8e7e4dca876ab71ef63dc7fe70f20adfceb4d7 (patch)
treec8b6631062149fa75e3853cef310899a25390bfb /ACE/tests/Monotonic_Task_Test.cpp
parent77fd0bccbcd5876ca7e11840f1552bc72e196810 (diff)
downloadATCD-6e8e7e4dca876ab71ef63dc7fe70f20adfceb4d7.tar.gz
Sat Nov 10 11:35:57 UTC 2012 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'ACE/tests/Monotonic_Task_Test.cpp')
-rw-r--r--ACE/tests/Monotonic_Task_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/tests/Monotonic_Task_Test.cpp b/ACE/tests/Monotonic_Task_Test.cpp
index 7c815429f8e..15cc5d51c69 100644
--- a/ACE/tests/Monotonic_Task_Test.cpp
+++ b/ACE/tests/Monotonic_Task_Test.cpp
@@ -40,8 +40,8 @@
#if defined (ACE_WIN32) || \
(!defined (ACE_LACKS_MONOTONIC_TIME) && \
!defined (ACE_LACKS_CONDATTR) && \
- (defined (_POSIX_MONOTONIC_CLOCK) || defined (ACE_HAS_CLOCK_GETTIME_MONOTONIC))&& \
- defined (_POSIX_CLOCK_SELECTION))
+ (defined (_POSIX_MONOTONIC_CLOCK) || defined (ACE_HAS_CLOCK_GETTIME_MONOTONIC)) && \
+ defined (_POSIX_CLOCK_SELECTION) && !defined (ACE_LACKS_CONDATTR_SETCLOCK))
# if defined (ACE_WIN32)
# include "ace/Date_Time.h"