aboutsummaryrefslogtreecommitdiff
path: root/libc/src/math/log1p.h
diff options
context:
space:
mode:
authorGuillaume Chatelet <gchatelet@google.com>2023-09-26 11:45:04 +0200
committerGitHub <noreply@github.com>2023-09-26 11:45:04 +0200
commitb6bc9d72f65a5086f310f321e969d96e9a559e75 (patch)
tree1e9a9f8c36c9dfc0106507f7b7a0055af83c4a07 /libc/src/math/log1p.h
parent7675f541f75baa20e8ec007cd625a837e89fc01f (diff)
downloadllvm-b6bc9d72f65a5086f310f321e969d96e9a559e75.zip
llvm-b6bc9d72f65a5086f310f321e969d96e9a559e75.tar.gz
llvm-b6bc9d72f65a5086f310f321e969d96e9a559e75.tar.bz2
[libc] Mass replace enclosing namespace (#67032)
This is step 4 of https://discourse.llvm.org/t/rfc-customizable-namespace-to-allow-testing-the-libc-when-the-system-libc-is-also-llvms-libc/73079
Diffstat (limited to 'libc/src/math/log1p.h')
-rw-r--r--libc/src/math/log1p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/math/log1p.h b/libc/src/math/log1p.h
index 0f25ce61..48eb9ca 100644
--- a/libc/src/math/log1p.h
+++ b/libc/src/math/log1p.h
@@ -9,10 +9,10 @@
#ifndef LLVM_LIBC_SRC_MATH_LOG1P_H
#define LLVM_LIBC_SRC_MATH_LOG1P_H
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
double log1p(double x);
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC_MATH_LOG1P_H