fix usage of locks with vfork
[musl] / src / stdio / __lockfile.c
2011-09-22 Rich Felkeravoid setting FILE lock count when not using flockfile
2011-07-30 Rich Felkeradd proper fuxed-based locking for stdio
2011-05-07 Rich Felkerreduce some ridiculously large spin counts
2011-04-17 Rich Felkerdebloat: use __syscall instead of syscall where possible
2011-03-29 Rich Felkerrevert some more spin optimizations that turned out...
2011-03-25 Rich Felkersimplify and optimize FILE lock handling
2011-03-20 Rich Felkerglobal cleanup to use the new syscall interface
2011-03-13 Rich Felkerimplement flockfile api, rework stdio locking