From 735435bf964dcafdfc09d01ea644bbfbe725abd8 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 21 Apr 2011 16:44:17 -0700 Subject: stdlib: Add a pointer equality function to the standard library and a test case --- src/rt/rustrt.def.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rt/rustrt.def.in') diff --git a/src/rt/rustrt.def.in b/src/rt/rustrt.def.in index 9ea6bee4..d724dd71 100644 --- a/src/rt/rustrt.def.in +++ b/src/rt/rustrt.def.in @@ -19,6 +19,7 @@ rust_get_stdin rust_get_stdout rust_list_files rust_process_wait +rust_ptr_eq rust_run_program rust_start size_of -- cgit v1.2.3