diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-05 00:02:15 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-05 00:02:15 +0000 |
commit | 195891468f1891bd196b67e19a009f3cc88c2c45 (patch) | |
tree | 34a260c8e874abc35cfe0c08508a2ae4a78da810 /ace/OS.cpp | |
parent | ab19ac45d182225dcc99bb26692fdc5c1a23b2c6 (diff) | |
download | ATCD-195891468f1891bd196b67e19a009f3cc88c2c45.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/OS.cpp')
-rw-r--r-- | ace/OS.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.cpp b/ace/OS.cpp index 3b24ec1186c..babd7ce9427 100644 --- a/ace/OS.cpp +++ b/ace/OS.cpp @@ -2409,7 +2409,7 @@ time_t ACE_OS::mktime (struct tm *t) { // ACE_TRACE ("ACE_OS::asctime"); -#if defined (ACE_HAS_MT_SAFE_MKTIME) +#if defined (ACE_HAS_MT_SAFE_MKTIME) || !defined (ACE_HAS_THREADS) ACE_OSCALL_RETURN (::mktime (t), time_t, -1); #else ACE_GUARD_RETURN (ACE_Thread_Mutex, ace_mon, ace_os_monitor_lock, (time_t) -1); |