summaryrefslogtreecommitdiffstats
path: root/libstdc++/include/cstdlib
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++/include/cstdlib')
-rw-r--r--libstdc++/include/cstdlib4
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__