Skip to content

Commit 21ecb9e

Browse files
author
Alex Sergeev
committed
Add __once_proxy to excluded symbols
1 parent 54de31c commit 21ecb9e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cpp/src/parquet/symbols.map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
local:
2222
# devtoolset / static-libstdc++ symbols
2323
__cxa_*;
24+
__once_proxy;
2425

2526
extern "C++" {
2627
# boost

cpp/src/plasma/symbols.map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
local:
2222
# devtoolset / static-libstdc++ symbols
2323
__cxa_*;
24+
__once_proxy;
2425

2526
extern "C++" {
2627
# devtoolset or -static-libstdc++ - the Red Hat devtoolset statically

0 commit comments

Comments
 (0)