summaryrefslogtreecommitdiff
path: root/src/stdio/__stdio_write.c
AgeCommit message (Expand)AuthorLines
2012-05-25avoid using pthread cleanup push/pop in stdio when not neededRich Felker-3/+7
2012-04-17also ensure that write buffer is bounded when __stdio_write returnsRich Felker-0/+1
2012-02-02make stdio open, read, and write operations cancellation pointsRich Felker-3/+17
2011-03-28major stdio overhaul, using readv/writev, plus other changesRich Felker-4/+25
2011-03-20global cleanup to use the new syscall interfaceRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+9