summaryrefslogtreecommitdiff
path: root/libc/stdio/stdio.c
AgeCommit message (Collapse)Author
2016-01-20Move stdio implementation details around a little.Elliott Hughes
Change-Id: I24594426d5479bdd55cbef0ab1b7d76c249dbd0c
2015-05-15Don't use TEMP_FAILURE_RETRY on close in bionic.Elliott Hughes
Bug: http://b/20501816 Change-Id: Id64b5109cc2b165fa0351b6edbb865a5e5058008
2015-01-20Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions.Elliott Hughes
This is correctness rather than performance, but found while investigating performance. Bug: 18593728 Change-Id: Idbdfed89d1931fcfae65db29d662108d4bbd9b65
2014-02-21Clean up our OpenBSD usage.Elliott Hughes
Also undo some of the mess where we have OpenBSD <stdio.h> but a mix of different BSD's implementations. In this first pass, I've only moved easy OpenBSD stuff. Change-Id: Iae67b02cde6dba9d8d06fedeb53efbfdac0a8cf6
2010-05-17improve readability of stdio: fix indentation and remove trailing spacesAndré Goddard Rosa
Change-Id: Ic51e58a7c75d20bf770dc0ebd7f97a338fbe0036 Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project