~ubuntu-branches/ubuntu/trusty/nodejs/trusty-proposed

« back to all changes in this revision

Viewing changes to .pc/2012_kfreebsd.patch/deps/uv/src/unix/fs.c

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-12-12 23:04:07 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20131212230407-xfa6gka4c6oatsx1
Tags: 0.10.23~dfsg1-1
* Upstream update.
* Refresh patches, remove 1005 patch, applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
302
302
   *
303
303
   * 1. Read errors are reported only if nsent==0, otherwise we return nsent.
304
304
   *    The user needs to know that some data has already been sent, to stop
305
 
   *    him from sending it twice.
 
305
   *    them from sending it twice.
306
306
   *
307
307
   * 2. Write errors are always reported. Write errors are bad because they
308
308
   *    mean data loss: we've read data but now we can't write it out.