fix (hopefully) statvfs breakage on x86_64 that resulted from fixing i386...
[musl] / src / stdio / ftrylockfile.c
2011-03-25 Rich Felkersimplify and optimize FILE lock handling
2011-03-16 Rich Felkeroptimize file locking: avoid cache-polluting writes...
2011-03-13 Rich Felkerimplement flockfile api, rework stdio locking