diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-11-30 19:01:47 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-11-30 19:01:47 +0100 |
commit | 717e61f0760764b4e63a0dadbc0d635480cc859d (patch) | |
tree | 7e41fe0b85c281f93cda5baef8ad87354a285e8f /ACE/ace/OS_NS_time.h | |
parent | 13c1489a01bd6b75fa06f7af33f7daf97b0f4aad (diff) | |
download | ATCD-717e61f0760764b4e63a0dadbc0d635480cc859d.tar.gz |
No platform defines ACE_LACKS_STRUCT_TM anymore
* ACE/ace/OS_NS_time.h:
Diffstat (limited to 'ACE/ace/OS_NS_time.h')
-rw-r--r-- | ACE/ace/OS_NS_time.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ACE/ace/OS_NS_time.h b/ACE/ace/OS_NS_time.h index 2a5f074b041..867336e7e19 100644 --- a/ACE/ace/OS_NS_time.h +++ b/ACE/ace/OS_NS_time.h @@ -41,20 +41,6 @@ static const ACE_UINT32 ACE_U_ONE_SECOND_IN_MSECS = 1000U; static const ACE_UINT32 ACE_U_ONE_SECOND_IN_USECS = 1000000U; static const ACE_UINT32 ACE_U_ONE_SECOND_IN_NSECS = 1000000000U; -#if defined (ACE_LACKS_STRUCT_TM) -struct tm { - int tm_sec; - int tm_min; - int tm_hour; - int tm_mday; // Day of the month - int tm_mon; - int tm_year; - int tm_wday; // Day of the week - int tm_yday; // Day in the year - int tm_isdst; // >0 if dst in effet; 0 if not; <0 if unknown -}; -#endif /* ACE_LACKS_STRUCT_TM */ - /// Helper for the ACE_OS::timezone() function /** * We put all the timezone stuff that used to be in ACE_OS::timezone() |