Commit cdc1459
authored
### Rationale for this change
We refer `__once_proxy` in `cpp/src/{gandiva,parquet}/symbols.map` but some environments don't have `__once_proxy`. If `__once_proxy` doesn't exist, we got a build failure.
### What changes are included in this PR?
Use `__once_proxy*` not `__once_proxy` to accept no `__once_proxy`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #43355
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 0ecc472 commit cdc1459
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments