summaryrefslogtreecommitdiff
path: root/ACE/ace/os_include/os_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/os_include/os_time.h')
-rw-r--r--ACE/ace/os_include/os_time.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/os_include/os_time.h b/ACE/ace/os_include/os_time.h
index 6f19ad1282b..6d03b2f6e82 100644
--- a/ACE/ace/os_include/os_time.h
+++ b/ACE/ace/os_include/os_time.h
@@ -90,13 +90,13 @@ extern "C"
// requirements as threads evolved. They are probably not all needed - some
// overlap or are otherwise confused. This is an attempt to start
// straightening them out.
-#if defined (ACE_HAS_PTHREADS_STD) /* POSIX.1c threads (pthreads) */
+#if defined (ACE_HAS_PTHREADS) /* POSIX.1c threads (pthreads) */
// ... and 2-parameter asctime_r and ctime_r
# if !defined (ACE_HAS_2_PARAM_ASCTIME_R_AND_CTIME_R) && \
!defined (ACE_HAS_STHREADS) && !defined (ACE_VXWORKS)
# define ACE_HAS_2_PARAM_ASCTIME_R_AND_CTIME_R
# endif
-#endif /* ACE_HAS_PTHREADS_STD */
+#endif /* ACE_HAS_PTHREADS */
#if defined (ACE_LACKS_STRPTIME_PROTOTYPE) && !defined (_XOPEN_SOURCE)
extern char *strptime (const char *s, const char *fmt, struct tm *tp);