aboutsummaryrefslogtreecommitdiff
path: root/libc/src/stdio/ftell.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/stdio/ftell.h')
-rw-r--r--libc/src/stdio/ftell.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/stdio/ftell.h b/libc/src/stdio/ftell.h
index 95d4494..e72bb8b 100644
--- a/libc/src/stdio/ftell.h
+++ b/libc/src/stdio/ftell.h
@@ -11,10 +11,10 @@
#include <stdio.h>
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
long ftell(::FILE *f);
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC_STDIO_FTELL_H