Skip to content

fs: add fs.readv()

Rodrigo Muino Tomonari requested to merge github/fork/SheikhSajid/fs-readv into master

Adds the readv() system call to the fs module.

Refs: https://github.com/nodejs/node/issues/2298

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading