diff options
Diffstat (limited to 'contrib/libstdc++/cerrno')
| -rw-r--r-- | contrib/libstdc++/cerrno | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libstdc++/cerrno b/contrib/libstdc++/cerrno new file mode 100644 index 000000000000..ce493469597e --- /dev/null +++ b/contrib/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 |
