From c2978ac0454fe68594978db7e6012d8417c76c25 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 26 Feb 2018 14:30:37 -0500 Subject: [PATCH] doc: update list of re-exported symbols libuv and zlib symbols are also purposefully re-exported by Node.js for use in Addons. Refs: https://github.com/nodejs/node/issues/17444 Backport-PR-URL: https://github.com/nodejs/node/pull/22380 PR-URL: https://github.com/nodejs/node/pull/19013 Reviewed-By: Colin Ihrig Reviewed-By: Gireesh Punathil Reviewed-By: Matheus Marchini Reviewed-By: Yuta Hiroto Reviewed-By: James M Snell Reviewed-By: Ruben Bridgewater --- doc/api/addons.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/api/addons.md b/doc/api/addons.md index 03feb8ec619ed5..d2f312b06e72fb 100644 --- a/doc/api/addons.md +++ b/doc/api/addons.md @@ -34,8 +34,9 @@ involving knowledge of several components and APIs : - Node.js includes a number of other statically linked libraries including OpenSSL. These other libraries are located in the `deps/` directory in the - Node.js source tree. Only the V8 and OpenSSL symbols are purposefully - re-exported by Node.js and may be used to various extents by Addons. + Node.js source tree. Only the libuv, OpenSSL, V8 and zlib symbols are + purposefully re-exported by Node.js and may be used to various extents by + Addons. See [Linking to Node.js' own dependencies][] for additional information. All of the following examples are available for [download][] and may