Skip to content

Commit 22183ef

Browse files
giordanoararslan
authored andcommitted
[src] Fix arraylist and small_arraylist symbols in expmap
(Cherry-picked from PR #57874)
1 parent ebcb7e9 commit 22183ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/julia.expmap.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
asprintf*;
66
bitvector_*;
77
ios_*;
8-
arraylist_grow;
9-
small_arraylist_grow;
8+
arraylist_*;
9+
small_arraylist_*;
1010
jl_*;
1111
ijl_*;
1212
_jl_mutex_*;

0 commit comments

Comments
 (0)