summaryrefslogtreecommitdiff
path: root/src/stdio/ftrylockfile.c
AgeCommit message (Expand)AuthorLines
2012-11-08clean up sloppy nested inclusion from pthread_impl.hRich Felker-0/+1
2011-07-30add proper fuxed-based locking for stdioRich Felker-1/+2
2011-04-17clean up handling of thread/nothread mode, lockingRich Felker-1/+0
2011-03-24simplify and optimize FILE lock handlingRich Felker-3/+3
2011-03-16optimize file locking: avoid cache-polluting writes to global storageRich Felker-1/+1
2011-03-12implement flockfile api, rework stdio lockingRich Felker-0/+18