mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
59ad4b0432
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> |
||
---|---|---|
.. | ||
cares | ||
http_parser | ||
mdb_v8 | ||
npm | ||
openssl | ||
uv | ||
v8 | ||
zlib |