summaryrefslogtreecommitdiff
path: root/libc/src/stdio/setbuf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/stdio/setbuf.cpp')
-rw-r--r--libc/src/stdio/setbuf.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/src/stdio/setbuf.cpp b/libc/src/stdio/setbuf.cpp
index 61a5cc617828..f3db97de5837 100644
--- a/libc/src/stdio/setbuf.cpp
+++ b/libc/src/stdio/setbuf.cpp
@@ -9,9 +9,10 @@
#include "src/stdio/setbuf.h"
#include "hdr/stdio_macros.h"
#include "src/__support/File/file.h"
+#include "src/__support/macros/config.h"
#include "src/errno/libc_errno.h"
-namespace LIBC_NAMESPACE {
+namespace LIBC_NAMESPACE_DECL {
LLVM_LIBC_FUNCTION(void, setbuf,
(::FILE *__restrict stream, char *__restrict buf)) {
@@ -24,4 +25,4 @@ LLVM_LIBC_FUNCTION(void, setbuf,
libc_errno = err;
}
-} // namespace LIBC_NAMESPACE
+} // namespace LIBC_NAMESPACE_DECL