X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fstdio%2Fstderr.c;h=9a70700ceaa04b62ba88d7b97b1621df149fb6c8;hp=3bdaffbc13022cdf333e1fe65235c48b5dbdeade;hb=94a0171d807dc94302d6505041fc58879c27f3bd;hpb=e3cd6c5c265cd481db6e0c5b529855d99f0bda30 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,