diff options
Diffstat (limited to 'src/stdio')
| -rw-r--r-- | src/stdio/__lockfile.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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;  | 
