Skip to content

Commit 7adad4c

Browse files
committed
rt: Fix exports
1 parent d29e8fc commit 7adad4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rt/rustrt.def.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ upcall_trace
7272
upcall_free
7373
upcall_validate_box
7474
upcall_log_type
75-
upcall_malloc_dyn
75+
upcall_malloc
7676
upcall_rust_personality
7777
upcall_vec_grow
7878
upcall_str_new
@@ -84,7 +84,7 @@ upcall_call_shim_on_rust_stack
8484
upcall_new_stack
8585
upcall_del_stack
8686
upcall_reset_stack_limit
87-
upcall_exchange_malloc_dyn
87+
upcall_exchange_malloc
8888
upcall_exchange_free
8989
rust_uv_loop_new
9090
rust_uv_loop_delete

0 commit comments

Comments
 (0)