X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fstdio%2Fofl.c;h=f2d3215a9e7d7eec8f32351991f3ec8b4d270fc9;hb=21a172dd36cae7a08492fd3a7500d7bf0daee13e;hp=b143999c278a6dc558d7ea766578a7cfae4b32f7;hpb=1b0cdc8700d29ef018bf226d74b2b58b23bce91c;p=musl diff --git a/src/stdio/ofl.c b/src/stdio/ofl.c index b143999c..f2d3215a 100644 --- a/src/stdio/ofl.c +++ b/src/stdio/ofl.c @@ -1,8 +1,8 @@ #include "stdio_impl.h" -#include "libc.h" +#include "lock.h" static FILE *ofl_head; -static volatile int ofl_lock[2]; +static volatile int ofl_lock[1]; FILE **__ofl_lock() {