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