summaryrefslogtreecommitdiff
path: root/libc/src/stdio/setvbuf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/stdio/setvbuf.cpp')
-rw-r--r--libc/src/stdio/setvbuf.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/src/stdio/setvbuf.cpp b/libc/src/stdio/setvbuf.cpp
index 186848a54806..0a6b8cacb59c 100644
--- a/libc/src/stdio/setvbuf.cpp
+++ b/libc/src/stdio/setvbuf.cpp
@@ -10,10 +10,11 @@
#include "src/__support/File/file.h"
#include "hdr/types/FILE.h"
+#include "src/__support/macros/config.h"
#include "src/errno/libc_errno.h"
#include <stddef.h>
-namespace LIBC_NAMESPACE {
+namespace LIBC_NAMESPACE_DECL {
LLVM_LIBC_FUNCTION(int, setvbuf,
(::FILE *__restrict stream, char *__restrict buf, int type,
@@ -25,4 +26,4 @@ LLVM_LIBC_FUNCTION(int, setvbuf,
return err;
}
-} // namespace LIBC_NAMESPACE
+} // namespace LIBC_NAMESPACE_DECL