0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps
Ben Noordhuis 59ad4b0432 deps: fix zlib -Wimplicit-function-declaration
Build the bundled zlib with -DZ_HAVE_UNISTD_H to make the definition of
close(), read() and other unistd.h functions available to gzread.c and
gzwrite.c. It's kind of silly that we have to jump through hoops here
because we never call any of the functions that do I/O directly, but at
least it squelches the -Wimplicit-function-declaration warnings.

PR-URL: https://github.com/iojs/io.js/pull/273
Reviewed-by: Bert Belder <bertbelder@gmail.com>
2015-01-10 02:38:17 +01:00
..
cares src,deps: replace LoadLibrary by LoadLibraryW 2015-01-07 23:38:28 +01:00
http_parser
mdb_v8
npm npm: upgrade to v2.1.18 2015-01-08 23:49:03 +01:00
openssl win,openssl: disable some warnings 2015-01-08 14:17:22 +01:00
uv
v8 deps: upgrade v8 to 3.31.74.1 2015-01-07 22:11:18 +01:00
zlib deps: fix zlib -Wimplicit-function-declaration 2015-01-10 02:38:17 +01:00