X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2Fstderr.c;h=3fd8f81d76ec4ed4cef8680914b822be55067831;hb=41d7c77d6a2e74294807d35062e4cd1d48ab72d3;hp=9a70700ceaa04b62ba88d7b97b1621df149fb6c8;hpb=bd57e2b43a5b56c00a82adbde0e33e5820c81164;p=musl diff --git a/src/stdio/stderr.c b/src/stdio/stderr.c index 9a70700c..3fd8f81d 100644 --- a/src/stdio/stderr.c +++ b/src/stdio/stderr.c @@ -10,5 +10,7 @@ static FILE f = { .write = __stdio_write, .seek = __stdio_seek, .close = __stdio_close, + .lock = -1, }; FILE *const stderr = &f; +FILE *const __stderr_used = &f;