summaryrefslogtreecommitdiff
path: root/ace/os_include/sys/timeb.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/sys/timeb.h')
-rw-r--r--ace/os_include/sys/timeb.h27
1 files changed, 21 insertions, 6 deletions
diff --git a/ace/os_include/sys/timeb.h b/ace/os_include/sys/timeb.h
index 363bd418f2a..82047418b74 100644
--- a/ace/os_include/sys/timeb.h
+++ b/ace/os_include/sys/timeb.h
@@ -2,19 +2,19 @@
//=============================================================================
/**
- * @file timeb.h
+ * @file os_timeb.h
*
* additional definitions for date and time
*
* $Id$
*
- * @author Don Hinton <dhinton@ieee.org>
+ * @author Don Hinton <dhinton@dresystems.com>
* @author This code was originally in various places including ace/OS.h.
*/
//=============================================================================
-#ifndef ACE_OS_INCLUDE_SYS_TIMEB_H
-#define ACE_OS_INCLUDE_SYS_TIMEB_H
+#ifndef ACE_OS_INCLUDE_SYS_OS_TIMEB_H
+#define ACE_OS_INCLUDE_SYS_OS_TIMEB_H
#include "ace/pre.h"
@@ -27,8 +27,23 @@
#include "ace/os_include/sys/types.h"
#if !defined (ACE_LACKS_SYS_TIMEB_H)
-# include /**/ <sys/timeb.h>
+# include /**/ <sys/timeb.h>
#endif /* !ACE_LACKS_SYS_TIMEB_H */
+// Place all additions (especially function declarations) within extern "C" {}
+#ifdef __cplusplus
+extern "C"
+{
+#endif /* __cplusplus */
+
+#if defined (__BORLANDC__)
+# define _ftime ftime
+# define _timeb timeb
+#endif /* __BORLANDC__ */
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#include "ace/post.h"
-#endif /* ACE_OS_INCLUDE_TIMEB_H */
+#endif /* ACE_OS_INCLUDE_SYS_OS_TIMEB_H */