We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d9688 commit 2190ffaCopy full SHA for 2190ffa
libc/src/stdio/asprintf.h
@@ -11,10 +11,10 @@
11
12
#include "src/__support/macros/config.h"
13
14
-namespace LIBC_NAMESPACE {
+namespace LIBC_NAMESPACE_DECL {
15
16
int asprintf(char **__restrict s, const char *__restrict format, ...);
17
18
-} // namespace LIBC_NAMESPACE
+} // namespace LIBC_NAMESPACE_DECL
19
20
#endif // LLVM_LIBC_SRC_STDIO_ASPRINTF_H
libc/src/stdio/vasprintf.h
@@ -11,11 +11,11 @@
#include <stdarg.h>
int vasprintf(char **__restrict s, const char *__restrict format,
va_list vlist);
21
#endif // LLVM_LIBC_SRC_STDIO_VASPRINTF_H
0 commit comments