aboutsummaryrefslogtreecommitdiff
path: root/libc/src/__support/str_to_integer.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/__support/str_to_integer.h')
-rw-r--r--libc/src/__support/str_to_integer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/__support/str_to_integer.h b/libc/src/__support/str_to_integer.h
index f960892..4ee336e 100644
--- a/libc/src/__support/str_to_integer.h
+++ b/libc/src/__support/str_to_integer.h
@@ -17,7 +17,7 @@
#include "src/errno/libc_errno.h" // For ERANGE
#include <limits.h>
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
namespace internal {
// Returns a pointer to the first character in src that is not a whitespace
@@ -150,6 +150,6 @@ LIBC_INLINE StrToNumResult<T> strtointeger(const char *__restrict src,
}
} // namespace internal
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC___SUPPORT_STR_TO_INTEGER_H