summaryrefslogtreecommitdiffstats
path: root/libg++/libstdc++/std/cerrno.h
diff options
context:
space:
mode:
Diffstat (limited to 'libg++/libstdc++/std/cerrno.h')
-rw-r--r--libg++/libstdc++/std/cerrno.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libg++/libstdc++/std/cerrno.h b/libg++/libstdc++/std/cerrno.h
new file mode 100644
index 0000000..ce49346
--- /dev/null
+++ b/libg++/libstdc++/std/cerrno.h
@@ -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
OpenPOWER on IntegriCloud