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