about summary refs log tree commit diff
path: root/src/rt
diff options
context:
space:
mode:
authorMichael Sullivan <sully@msully.net>2012-06-13 18:36:58 -0700
committerMichael Sullivan <sully@msully.net>2012-06-13 18:36:58 -0700
commita72d4690672d1f4584651a9aeed2cc902583477d (patch)
tree75d33f04cf3e510ef178769d436047b3a32d0a52 /src/rt
parent591b2802ffd32d805ba70dba33452e5a4d42ed9e (diff)
downloadrust-a72d4690672d1f4584651a9aeed2cc902583477d.tar.gz
rust-a72d4690672d1f4584651a9aeed2cc902583477d.zip
Add upcall_malloc_dyn to rustrt.def.in.
Diffstat (limited to 'src/rt')
-rw-r--r--src/rt/rustrt.def.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rustrt.def.in b/src/rt/rustrt.def.in
index f51d4c502b0..7977c42cfa4 100644
--- a/src/rt/rustrt.def.in
+++ b/src/rt/rustrt.def.in
@@ -73,6 +73,7 @@ upcall_free
 upcall_validate_box
 upcall_log_type
 upcall_malloc
+upcall_malloc_dyn
 upcall_rust_personality
 upcall_vec_grow
 upcall_str_new