summaryrefslogtreecommitdiffstats
path: root/libstdc++/include/ctime
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++/include/ctime')
-rw-r--r--libstdc++/include/ctime4
1 files changed, 4 insertions, 0 deletions
diff --git a/libstdc++/include/ctime b/libstdc++/include/ctime
index 36fe7d5..9e6744f 100644
--- a/libstdc++/include/ctime
+++ b/libstdc++/include/ctime
@@ -37,6 +37,8 @@
#include <cstddef>
#include <time.h>
+extern "C++" {
+
namespace std
{
// Types.
@@ -56,4 +58,6 @@ using ::localtime;
using ::strftime;
} // namespace std
+} // extern C++
+
#endif // BIONIC_LIBSTDCPP_INCLUDE_CTIME__