summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_sys_time.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-07-16 15:42:51 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-07-16 15:42:51 +0200
commit2cd8f43e1427a64c0881c207252298f52627fd6a (patch)
treef17d5c81a6a58dab48e4058e248adb1159e6ba99 /ACE/ace/OS_NS_sys_time.inl
parent46ac50d47b02bab9066dd1bf0001dd778a0d8fa9 (diff)
downloadATCD-2cd8f43e1427a64c0881c207252298f52627fd6a.tar.gz
Removed some old references to SCO
* ACE/ace/OS_NS_sys_time.inl: * ACE/ace/README:
Diffstat (limited to 'ACE/ace/OS_NS_sys_time.inl')
-rw-r--r--ACE/ace/OS_NS_sys_time.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/OS_NS_sys_time.inl b/ACE/ace/OS_NS_sys_time.inl
index 5692bf0d8df..ba9ec109a7b 100644
--- a/ACE/ace/OS_NS_sys_time.inl
+++ b/ACE/ace/OS_NS_sys_time.inl
@@ -47,8 +47,8 @@ ACE_OS::gettimeofday ()
tv.tv_usec = tb.tb_low / 1000L;
#else
# if defined (ACE_HAS_TIMEZONE_GETTIMEOFDAY) || \
- defined(ACE_HAS_VOIDPTR_GETTIMEOFDAY) || \
- (defined (ACE_HAS_SVR4_GETTIMEOFDAY) && !defined (SCO))
+ defined (ACE_HAS_VOIDPTR_GETTIMEOFDAY) || \
+ defined (ACE_HAS_SVR4_GETTIMEOFDAY)
ACE_OSCALL (::gettimeofday (&tv, 0), int, result);
# elif defined (ACE_VXWORKS)
// Assumes that struct timespec is same size as struct timeval,