summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRichard Lau <riclau@uk.ibm.com>2018-02-26 14:30:37 -0500
committerRichard Lau <riclau@uk.ibm.com>2018-03-02 10:38:37 -0500
commit9e9c516512668133813c71e39d56b011b804572b (patch)
tree5f8255e0088884403ce6fc3e7a2a7b66e10be106 /doc
parent1d19fd393cc6d1e57475441e73faa81a5e9330ed (diff)
downloadandroid-node-v8-9e9c516512668133813c71e39d56b011b804572b.tar.gz
android-node-v8-9e9c516512668133813c71e39d56b011b804572b.tar.bz2
android-node-v8-9e9c516512668133813c71e39d56b011b804572b.zip
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 PR-URL: https://github.com/nodejs/node/pull/19013 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/addons.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/api/addons.md b/doc/api/addons.md
index ba98d8f5eb..1db1e5ecaf 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