aboutsummaryrefslogtreecommitdiff
path: root/libc/src/wchar/wctob.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/wchar/wctob.h')
-rw-r--r--libc/src/wchar/wctob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/wchar/wctob.h b/libc/src/wchar/wctob.h
index 5c0f229..1cc0c21 100644
--- a/libc/src/wchar/wctob.h
+++ b/libc/src/wchar/wctob.h
@@ -11,10 +11,10 @@
#include <wchar.h>
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
int wctob(wint_t c);
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC_WCHAR_WCTOB_H