Skip to content

Commit 77154cd

Browse files
richardlauaddaleax
authored andcommitted
doc: update list of re-exported symbols
libuv and zlib symbols are also purposefully re-exported by Node.js for use in Addons. Refs: #17444 PR-URL: #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>
1 parent 459f209 commit 77154cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/api/addons.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ involving knowledge of several components and APIs :
3434

3535
- Node.js includes a number of other statically linked libraries including
3636
OpenSSL. These other libraries are located in the `deps/` directory in the
37-
Node.js source tree. Only the V8 and OpenSSL symbols are purposefully
38-
re-exported by Node.js and may be used to various extents by Addons.
37+
Node.js source tree. Only the libuv, OpenSSL, V8 and zlib symbols are
38+
purposefully re-exported by Node.js and may be used to various extents by
39+
Addons.
3940
See [Linking to Node.js' own dependencies][] for additional information.
4041

4142
All of the following examples are available for [download][] and may

0 commit comments

Comments
 (0)