aboutsummaryrefslogtreecommitdiff
path: root/libc/src/__support/integer_to_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/__support/integer_to_string.h')
-rw-r--r--libc/src/__support/integer_to_string.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/__support/integer_to_string.h b/libc/src/__support/integer_to_string.h
index 2c11d83..29f7124 100644
--- a/libc/src/__support/integer_to_string.h
+++ b/libc/src/__support/integer_to_string.h
@@ -69,7 +69,7 @@
#include "src/__support/CPP/type_traits.h"
#include "src/__support/common.h"
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
namespace details {
@@ -316,6 +316,6 @@ public:
}
};
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC___SUPPORT_INTEGER_TO_STRING_H