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.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/ace/os_include/sys/timeb.h b/ace/os_include/sys/timeb.h
new file mode 100644
index 00000000000..1a52c98b7d7
--- /dev/null
+++ b/ace/os_include/sys/timeb.h
@@ -0,0 +1,33 @@
+// -*- C++ -*-
+
+//=============================================================================
+/**
+ * @file timeb.h
+ *
+ * additional definitions for date and time
+ *
+ * $Id$
+ *
+ * @author Don Hinton <dhinton@ieee.org>
+ * @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
+
+#include "ace/pre.h"
+
+#include "ace/config-all.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#include "ace/os_include/sys/types.h"
+
+#if !defined (ACE_LACKS_SYS_TIMEB_H)
+# include /**/ <sys/timeb.h>
+#endif /* !ACE_LACKS_SYS_TIMEB_H */
+
+#endif /* ACE_OS_INCLUDE_TIMEB_H */