Skip to content

Commit 9fc69d6

Browse files
committed
Update list of platforms that have a list of exported symbols.
1 parent 1e7bb2d commit 9fc69d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/port/README

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ applications.
2323
from libpgport are linked first. This avoids having applications
2424
dependent on symbols that are _used_ by libpq, but not intended to be
2525
exported by libpq. libpq's libpgport usage changes over time, so such a
26-
dependency is a problem. Win32 uses export list of symbols for libpq.
26+
dependency is a problem. Win32, Linux, and Darin use an export list to
27+
control the symbols exported by libpq.
28+

0 commit comments

Comments
 (0)