summaryrefslogtreecommitdiff
path: root/ACE/ace/os_include/sys/os_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/os_include/sys/os_time.h')
-rw-r--r--ACE/ace/os_include/sys/os_time.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/os_include/sys/os_time.h b/ACE/ace/os_include/sys/os_time.h
index d8d061b5d62..491dc209b69 100644
--- a/ACE/ace/os_include/sys/os_time.h
+++ b/ACE/ace/os_include/sys/os_time.h
@@ -41,11 +41,7 @@ extern "C"
#endif /* __cplusplus */
#if defined (ACE_HAS_SVR4_GETTIMEOFDAY)
-# if !defined (SCO)
int gettimeofday (struct timeval *tp, void * = 0);
-# else
- int gettimeofday (struct timeval *tp);
-# endif /* !SCO */
#elif defined (ACE_HAS_OSF1_GETTIMEOFDAY)
int gettimeofday (struct timeval *tp, struct timezone * = 0);
#elif defined (ACE_HAS_VOIDPTR_GETTIMEOFDAY)