diff options
Diffstat (limited to 'lib/libc/stdio/stdin.c')
| -rw-r--r-- | lib/libc/stdio/stdin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/stdin.c b/lib/libc/stdio/stdin.c index bcc2eca6..329c9528 100644 --- a/lib/libc/stdio/stdin.c +++ b/lib/libc/stdio/stdin.c @@ -6,7 +6,7 @@ #define BUFSIZ 4096 #define _IOLBF 0x1 -weak char __stdin_buffer[0]; +__weak char __stdin_buffer[0]; struct __FILE __stdin = { .fd = STDOUT_FILENO, .flags = O_RDONLY, .buf = __stdin_buffer, |
