diff options
| author | Patrick Walton <[email protected]> | 2011-04-27 14:40:16 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-04-27 14:40:16 -0700 |
| commit | e3fa22ab13b13db460eaa33df1c52245242d1275 (patch) | |
| tree | cf3e7520c1351f925fd47c289089a1ad58b0af24 /src/rt | |
| parent | Use cnames when present in ty.ty_to_str. (diff) | |
| download | rust-e3fa22ab13b13db460eaa33df1c52245242d1275.tar.xz rust-e3fa22ab13b13db460eaa33df1c52245242d1275.zip | |
rt: Add str_vec to the def file. Puts out burning tinderbox.
Diffstat (limited to 'src/rt')
| -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 d724dd71..e378fa8d 100644 --- a/src/rt/rustrt.def.in +++ b/src/rt/rustrt.def.in @@ -31,6 +31,7 @@ str_from_buf str_from_cstr str_from_vec str_push_byte +str_vec task_sleep unsupervise upcall_clone_chan |