aboutsummaryrefslogtreecommitdiff
path: root/libc/src/stdlib/strtold.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/stdlib/strtold.h')
-rw-r--r--libc/src/stdlib/strtold.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/stdlib/strtold.h b/libc/src/stdlib/strtold.h
index 47e8732..6a0b5d4 100644
--- a/libc/src/stdlib/strtold.h
+++ b/libc/src/stdlib/strtold.h
@@ -9,10 +9,10 @@
#ifndef LLVM_LIBC_SRC_STDLIB_STRTOLD_H
#define LLVM_LIBC_SRC_STDLIB_STRTOLD_H
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
long double strtold(const char *__restrict str, char **__restrict str_end);
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC_STDLIB_STRTOLD_H