diff options
Diffstat (limited to 'libstdc++/include/cstdlib')
-rw-r--r-- | libstdc++/include/cstdlib | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libstdc++/include/cstdlib b/libstdc++/include/cstdlib index 5e6a0b3..e520543 100644 --- a/libstdc++/include/cstdlib +++ b/libstdc++/include/cstdlib @@ -35,6 +35,8 @@ */ #include <stdlib.h> +extern "C++" { + namespace std { using ::exit; @@ -110,4 +112,6 @@ using ::wctomb; using ::wcstombs; } // namespace std +} // extern C++ + #endif // BIONIC_LIBSTDCPP_INCLUDE_CSTDLIB__ |