fix linked list corruption in flockfile lists
[musl] / src / stdio / ftrylockfile.c
2014-09-19 Rich Felkerfix linked list corruption in flockfile lists
2014-08-24 Rich Felkerfix false ownership of stdio FILEs due to tid reuse
2014-06-10 Rich Felkerreplace all remaining internal uses of pthread_self...
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-08 Rich Felkerclean up sloppy nested inclusion from pthread_impl.h
2011-07-30 Rich Felkeradd proper fuxed-based locking for stdio
2011-04-17 Rich Felkerclean up handling of thread/nothread mode, locking
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