summaryrefslogtreecommitdiff
path: root/ace/gethrtime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/gethrtime.cpp')
-rw-r--r--ace/gethrtime.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/ace/gethrtime.cpp b/ace/gethrtime.cpp
index 74dbb62b689..b242ef2db27 100644
--- a/ace/gethrtime.cpp
+++ b/ace/gethrtime.cpp
@@ -10,15 +10,12 @@
ACE_RCSID(ace, gethrtime, "$Id$")
#if defined (ghs) && (defined (i386) || defined(__i386__))
-
-#include "ace/OS_NS_time.h"
-
extern "C"
ACE_hrtime_t
-ACE_GETHRTIME_NAME (void)
+ACE_gethrtime (void)
{
#if defined (ACE_HAS_PENTIUM)
- // ACE_TRACE ("ACE_GETHRTIME_NAME");
+ // ACE_TRACE ("ACE_gethrtime");
#if defined (ACE_LACKS_LONGLONG_T)
double now;