aboutsummaryrefslogtreecommitdiff
path: root/libc/src/math/generic/roundl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/math/generic/roundl.cpp')
-rw-r--r--libc/src/math/generic/roundl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/math/generic/roundl.cpp b/libc/src/math/generic/roundl.cpp
index 6c59c27..c734225 100644
--- a/libc/src/math/generic/roundl.cpp
+++ b/libc/src/math/generic/roundl.cpp
@@ -10,10 +10,10 @@
#include "src/__support/FPUtil/NearestIntegerOperations.h"
#include "src/__support/common.h"
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
LLVM_LIBC_FUNCTION(long double, roundl, (long double x)) {
return fputil::round(x);
}
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE