aboutsummaryrefslogtreecommitdiff
path: root/libc/src/fenv/feraiseexcept.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/fenv/feraiseexcept.cpp')
-rw-r--r--libc/src/fenv/feraiseexcept.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/fenv/feraiseexcept.cpp b/libc/src/fenv/feraiseexcept.cpp
index 4c2a467..0bee7f5 100644
--- a/libc/src/fenv/feraiseexcept.cpp
+++ b/libc/src/fenv/feraiseexcept.cpp
@@ -10,10 +10,10 @@
#include "src/__support/FPUtil/FEnvImpl.h"
#include "src/__support/common.h"
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
LLVM_LIBC_FUNCTION(int, feraiseexcept, (int e)) {
return fputil::raise_except(e);
}
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE