aboutsummaryrefslogtreecommitdiff
path: root/libc/src/string/strchrnul.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/string/strchrnul.h')
-rw-r--r--libc/src/string/strchrnul.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/string/strchrnul.h b/libc/src/string/strchrnul.h
index 2ba07ac..b847b0b 100644
--- a/libc/src/string/strchrnul.h
+++ b/libc/src/string/strchrnul.h
@@ -9,10 +9,10 @@
#ifndef LLVM_LIBC_SRC_STRING_STRCHRNUL_H
#define LLVM_LIBC_SRC_STRING_STRCHRNUL_H
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
char *strchrnul(const char *src, int c);
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC_STRING_STRCHRNUL_H