Skip to content

Commit 66e5a8c

Browse files
author
Elliott Slaughter
committed
Add rustrt wrapper functions to export list.
1 parent 874b2f1 commit 66e5a8c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/rt/rustrt.def.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ upcall_del_stack
8686
upcall_reset_stack_limit
8787
upcall_exchange_malloc
8888
upcall_exchange_free
89+
rust_upcall_exchange_free
90+
rust_upcall_exchange_malloc
91+
rust_upcall_fail
92+
rust_upcall_free
93+
rust_upcall_malloc
8994
rust_uv_loop_new
9095
rust_uv_loop_delete
9196
rust_uv_loop_refcount

0 commit comments

Comments
 (0)