aboutsummaryrefslogtreecommitdiff
path: root/libc/src/stdio/vsprintf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/stdio/vsprintf.h')
-rw-r--r--libc/src/stdio/vsprintf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/src/stdio/vsprintf.h b/libc/src/stdio/vsprintf.h
index a129a2a..fe8def5 100644
--- a/libc/src/stdio/vsprintf.h
+++ b/libc/src/stdio/vsprintf.h
@@ -11,11 +11,11 @@
#include <stdarg.h>
-namespace __llvm_libc {
+namespace LIBC_NAMESPACE {
int vsprintf(char *__restrict buffer, const char *__restrict format,
va_list vlist);
-} // namespace __llvm_libc
+} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC_STDIO_VSPRINTF_H