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