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