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