aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rustrt.def.in
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-04-21 16:44:17 -0700
committerPatrick Walton <[email protected]>2011-04-21 16:44:17 -0700
commit735435bf964dcafdfc09d01ea644bbfbe725abd8 (patch)
tree0689fd29766063d7cb853c31989ba983c5a9d587 /src/rt/rustrt.def.in
parentrustc: Pass a type store around, which does nothing yet (diff)
downloadrust-735435bf964dcafdfc09d01ea644bbfbe725abd8.tar.xz
rust-735435bf964dcafdfc09d01ea644bbfbe725abd8.zip
stdlib: Add a pointer equality function to the standard library and a test case
Diffstat (limited to 'src/rt/rustrt.def.in')
-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 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