[NaCl SDK] nacl_io: Fix FuseFs.{read,write}
I misinterpreted the docs as meaning that read() and write() should always return the number of bytes requested. What it actually says is that the functions should always return the number of bytes requested _unless_ the EOF is reached or there is an error. BUG=411557 R=sbc@chromium.org Review URL: https://codereview.chromium.org/549353003 Cr-Commit-Position: refs/heads/master@{#294018}
Showing
Please register or sign in to comment