diff options
| author | Jeff Olson <olson.jeffery@gmail.com> | 2012-02-25 22:29:18 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-02-28 17:56:15 -0800 |
| commit | b79b5739c9f39e768ae67e2d169ee2831a60c505 (patch) | |
| tree | b6c3863f5e0b11227ff5e4a19b2d8287ada0ae44 | |
| parent | b4c88cdcecbcf40e1b9a123dcb6056970e256e9b (diff) | |
| download | rust-b79b5739c9f39e768ae67e2d169ee2831a60c505.tar.gz rust-b79b5739c9f39e768ae67e2d169ee2831a60c505.zip | |
add rust_uv_loop_delete to rustrt.def.in
| -rw-r--r-- | src/rt/rustrt.def.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rustrt.def.in b/src/rt/rustrt.def.in index 12bb6937748..2b5929600b0 100644 --- a/src/rt/rustrt.def.in +++ b/src/rt/rustrt.def.in @@ -81,6 +81,7 @@ upcall_new_stack upcall_del_stack upcall_reset_stack_limit rust_uv_loop_new +rust_uv_loop_delete rust_uv_loop_set_data rust_uv_bind_op_cb rust_uv_stop_op_cb |
