File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
libc/src/__support/OSUtil/baremetal Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ namespace LIBC_NAMESPACE_DECL {
44
44
45
45
struct __llvm_libc_stdio_cookie ;
46
46
47
- extern struct __llvm_libc_stdio_cookie __llvm_libc_stdin_cookie;
48
- extern struct __llvm_libc_stdio_cookie __llvm_libc_stdout_cookie;
49
- extern struct __llvm_libc_stdio_cookie __llvm_libc_stderr_cookie;
47
+ extern " C " struct __llvm_libc_stdio_cookie __llvm_libc_stdin_cookie;
48
+ extern " C " struct __llvm_libc_stdio_cookie __llvm_libc_stdout_cookie;
49
+ extern " C " struct __llvm_libc_stdio_cookie __llvm_libc_stderr_cookie;
50
50
51
51
extern " C" ssize_t __llvm_libc_stdio_read (void *cookie, char *buf, size_t size);
52
52
extern " C" ssize_t __llvm_libc_stdio_write (void *cookie, const char *buf,
You can’t perform that action at this time.
0 commit comments