summaryrefslogtreecommitdiff
path: root/src/stdio/flockfile.c
AgeCommit message (Expand)AuthorLines
2011-07-30add proper fuxed-based locking for stdioRich Felker-2/+4
2011-04-17clean up handling of thread/nothread mode, lockingRich Felker-4/+1
2011-03-16optimize file locking: avoid cache-polluting writes to global storageRich Felker-2/+4
2011-03-12implement flockfile api, rework stdio lockingRich Felker-0/+9