diff options
Diffstat (limited to 'lib/libc/stdio/stdout.c')
| -rw-r--r-- | lib/libc/stdio/stdout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/stdout.c b/lib/libc/stdio/stdout.c index 7d55c3e7..3645e07d 100644 --- a/lib/libc/stdio/stdout.c +++ b/lib/libc/stdio/stdout.c @@ -6,7 +6,7 @@ #define BUFSIZ 4096 -weak char __stdout_buffer[0]; +__weak char __stdout_buffer[0]; static atomic_flag __stdio_lock = ATOMIC_FLAG_INIT; struct __FILE __stdout = { .fd = STDOUT_FILENO, .flags = O_WRONLY, |
