aboutsummaryrefslogtreecommitdiff
path: root/libc/src/stdio/fopencookie.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/stdio/fopencookie.cpp')
-rw-r--r--libc/src/stdio/fopencookie.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/src/stdio/fopencookie.cpp b/libc/src/stdio/fopencookie.cpp
index 7a4479c..2cb7ad2 100644
--- a/libc/src/stdio/fopencookie.cpp
+++ b/libc/src/stdio/fopencookie.cpp
@@ -14,11 +14,11 @@
#include <stdio.h>
#include <stdlib.h>
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
namespace {
-class CookieFile : public __llvm_libc::File {
+class CookieFile : public LIBC_NAMESPACE::File {
void *cookie;
cookie_io_functions_t ops;
@@ -96,4 +96,4 @@ LLVM_LIBC_FUNCTION(::FILE *, fopencookie,
return reinterpret_cast<::FILE *>(file);
}
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE