src: update to latest libuv api
authorTimothy J Fontaine <tjfontaine@gmail.com>
Wed, 26 Feb 2014 23:24:03 +0000 (15:24 -0800)
committerTimothy J Fontaine <tjfontaine@gmail.com>
Thu, 27 Feb 2014 02:15:07 +0000 (18:15 -0800)
commitafc29ed397f71ff2ba4fa4518ab546b19123fece
treeda052ecf190c9585ebba8fe2a7b3e592c6ea67b1
parentcd08c8a0e5e99ed4933b87fc5e188afcd4299f73
src: update to latest libuv api

libuv gyp builds now require you to define the library disposition
(static or shared).

Also, libuv now supports vectored IO for file system reads and writes,
update to those function signatures
configure
src/node_file.cc