diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-10-20 17:41:34 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-10-20 17:41:34 -0700 |
| commit | 55e40a167426a7e28fc334286ef2b5c47c46e6fd (patch) | |
| tree | ebb2575c25384f511bc2289dd74ec2151c72f926 | |
| parent | 8dd8136f912bc0d54d6d2bf3afa31190aeb9b258 (diff) | |
| download | rust-55e40a167426a7e28fc334286ef2b5c47c46e6fd.tar.gz rust-55e40a167426a7e28fc334286ef2b5c47c46e6fd.zip | |
Add new uv functions to rustrt.def.in
| -rw-r--r-- | src/rt/rustrt.def.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rt/rustrt.def.in b/src/rt/rustrt.def.in index 890aa352c92..6a2bdd622cb 100644 --- a/src/rt/rustrt.def.in +++ b/src/rt/rustrt.def.in @@ -204,3 +204,7 @@ tdefl_compress_mem_to_heap tinfl_decompress_mem_to_heap rust_annihilate_box rust_gc_metadata +rust_uv_ip4_port +rust_uv_ip6_port +rust_uv_tcp_getpeername +rust_uv_tcp_getpeername6 \ No newline at end of file |
