about summary refs log tree commit diff
path: root/src/stdio/flockfile.c
Commit message (Collapse)AuthorAgeFilesLines
* clean up handling of thread/nothread mode, lockingRich Felker2011-04-171-4/+1
|
* optimize file locking: avoid cache-polluting writes to global storageRich Felker2011-03-161-2/+4
|
* implement flockfile api, rework stdio lockingRich Felker2011-03-121-0/+9