about summary refs log tree commit diff
path: root/src/stdio/stderr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/stderr.c')
-rw-r--r--src/stdio/stderr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/stderr.c b/src/stdio/stderr.c
index 3bdaffbc..9a70700c 100644
--- a/src/stdio/stderr.c
+++ b/src/stdio/stderr.c
@@ -6,6 +6,7 @@ static FILE f = {
 	.buf_size = 0,
 	.fd = 2,
 	.flags = F_PERM | F_NORD,
+	.lbf = -1,
 	.write = __stdio_write,
 	.seek = __stdio_seek,
 	.close = __stdio_close,