Skip to content

Commit 678c448

Browse files
semarieararslan
authored andcommitted
Fix __stack_chk_guard entry in version script
(Cherry-picked from PR #53633)
1 parent 22183ef commit 678c448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/julia.expmap.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@JULIA_SHLIB_SYMBOL_VERSION@ {
22
global:
33
pthread*;
4-
__stack_chk_guard;
4+
__stack_chk_*;
55
asprintf*;
66
bitvector_*;
77
ios_*;

0 commit comments

Comments
 (0)