aboutsummaryrefslogtreecommitdiff
path: root/libstdc++/ctime
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++/ctime')
-rw-r--r--libstdc++/ctime7
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++/ctime b/libstdc++/ctime
new file mode 100644
index 00000000000..0184da5929f
--- /dev/null
+++ b/libstdc++/ctime
@@ -0,0 +1,7 @@
+// The -*- C++ -*- time header.
+// This file is part of the GNU ANSI C++ Library.
+
+#ifndef __CTIME__
+#define __CTIME__
+#include <time.h>
+#endif