OSDN Git Service

Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions.
authorElliott Hughes <enh@google.com>
Wed, 21 Jan 2015 00:18:32 +0000 (16:18 -0800)
committerElliott Hughes <enh@google.com>
Wed, 21 Jan 2015 00:18:32 +0000 (16:18 -0800)
commit8885dcc779bceae5016d5ad96caa73465a7bab90
tree9a5851adf9ffa5755ff2e99da04e6320fc581f99
parent927d8be76d956fcda630e1088e9b89eb31be5146
Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions.

This is correctness rather than performance, but found while investigating
performance.

Bug: 18593728
Change-Id: Idbdfed89d1931fcfae65db29d662108d4bbd9b65
libc/Android.mk
libc/stdio/stdio.c [moved from libc/upstream-openbsd/lib/libc/stdio/stdio.c with 88% similarity]