summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/include/c_std/std_cstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libstdc++/include/c_std/std_cstring.h')
-rw-r--r--contrib/libstdc++/include/c_std/std_cstring.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libstdc++/include/c_std/std_cstring.h b/contrib/libstdc++/include/c_std/std_cstring.h
index 066342a..dad40c2 100644
--- a/contrib/libstdc++/include/c_std/std_cstring.h
+++ b/contrib/libstdc++/include/c_std/std_cstring.h
@@ -41,8 +41,8 @@
* contained in the namespace @c std.
*/
-#ifndef _CPP_CSTRING
-#define _CPP_CSTRING 1
+#ifndef _GLIBCXX_CSTRING
+#define _GLIBCXX_CSTRING 1
#pragma GCC system_header
@@ -74,7 +74,7 @@
#undef strerror
#undef strlen
-namespace std
+namespace std
{
using ::memcpy;
using ::memmove;
OpenPOWER on IntegriCloud