summaryrefslogtreecommitdiff
path: root/ace/os_include/sys/times.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/sys/times.h')
-rw-r--r--ace/os_include/sys/times.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/ace/os_include/sys/times.h b/ace/os_include/sys/times.h
new file mode 100644
index 00000000000..2a21b3a2974
--- /dev/null
+++ b/ace/os_include/sys/times.h
@@ -0,0 +1,28 @@
+/* -*- C++ -*- */
+
+//=============================================================================
+/**
+ * @file times.h
+ *
+ * $Id$
+ *
+ * @author Douglas C. Schmidt (schmidt@cs.wustl.edu)
+ * @author etc
+ */
+//=============================================================================
+
+#ifndef ACE_OS_INCLUDE_SYS_TIMES_H
+# define ACE_OS_INCLUDE_SYS_TIMES_H
+# include "ace/pre.h"
+
+# include "ace/config-all.h"
+
+# if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+# endif /* ACE_LACKS_PRAGMA_ONCE */
+
+# if !defined (ACE_LACKS_SYS_TIMES_H)
+# include /**/ <sys/times.h>
+# endif /* ACE_LACKS_SYS_TIMES_H */
+
+#endif /* ACE_OS_INCLUDE_SYS_TIMES_H */