Skip to content

Commit dcea0ab

Browse files
committed
PARQUET-1150: Hide statically linked boost symbols
Author: Korn, Uwe <Uwe.Korn@blue-yonder.com> Closes apache#416 from xhochy/PARQUET-1150 and squashes the following commits: 13f23c4 [Korn, Uwe] Hide statically linked boost symbols Change-Id: I949a305ddea3a62f713183d6a70673118078425c
1 parent f1dabe9 commit dcea0ab

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

cpp/src/parquet/symbols.map

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,12 @@
1919
# Symbols marked as 'local' are not exported by the DSO and thus may not
2020
# be used by client applications.
2121
local:
22-
# zlib
23-
adler32*;
24-
crc32*;
25-
get_crc_table;
26-
inflate*;
27-
zError;
28-
zlib*;
29-
30-
# these symbols seem to not universally be found in all libz.a
31-
deflate*;
32-
zc*;
33-
_tr_*;
34-
3522
# devtoolset / static-libstdc++ symbols
3623
__cxa_*;
3724

3825
extern "C++" {
39-
# snappy
40-
snappy::*;
26+
# boost
27+
boost::*;
4128

4229
# thrift
4330
apache::thrift::*;

0 commit comments

Comments
 (0)