From 77154cd65d1b353a043d96ce36a58a6c459d338d 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 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 3641a2d6ba224a..7b7f780a74822d 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