diff options
Diffstat (limited to 'libstdc++-v3/std/cerrno')
-rw-r--r-- | libstdc++-v3/std/cerrno | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/std/cerrno b/libstdc++-v3/std/cerrno new file mode 100644 index 00000000000..5d2cf1f61a4 --- /dev/null +++ b/libstdc++-v3/std/cerrno @@ -0,0 +1,3 @@ +#ifndef _CPP_CERRNO +#include <bits/std_cerrno.h> +#endif |