From bcc104ce79f153cd853920ff924e13f84793b61c Mon Sep 17 00:00:00 2001 From: Lindsey Kuper Date: Thu, 24 Mar 2011 18:20:49 -0700 Subject: A first stab at the 'nbody' demo, with support for calling C sqrt(). --- src/rt/rustrt.def.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rt/rustrt.def.in') diff --git a/src/rt/rustrt.def.in b/src/rt/rustrt.def.in index f8ac1ed4..df9e26af 100644 --- a/src/rt/rustrt.def.in +++ b/src/rt/rustrt.def.in @@ -20,6 +20,7 @@ rust_get_stdout rust_run_program rust_start size_of +squareroot str_alloc str_buf str_byte_len @@ -39,6 +40,7 @@ upcall_get_type_desc upcall_grow_task upcall_join upcall_kill +upcall_log_double upcall_log_int upcall_log_str upcall_malloc -- cgit v1.2.3