X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fstdio%2F__lockfile.c;h=66a4d26d16a6134306b6d6c1dad8809ca0468882;hb=e8dbf00a789e3b56ca6c3d88e8048b7b2c18b797;hp=4e0239e7e96399761effc4f60b8a151887454a07;hpb=eb0e8fa0b1960cff4bd65ebefc798f70273b0bc9;p=musl diff --git a/src/stdio/__lockfile.c b/src/stdio/__lockfile.c index 4e0239e7..66a4d26d 100644 --- a/src/stdio/__lockfile.c +++ b/src/stdio/__lockfile.c @@ -3,7 +3,7 @@ void __lockfile(FILE *f) { - int spins=100000; + int spins=10000; int tid; if (f->lock < 0) return;