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