diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-07-14 19:14:36 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-07-14 19:14:36 -0700 |
| commit | f634ab45bc698cb0fcb39e713227643563791af1 (patch) | |
| tree | 18a39d821a3d2329f21c884cc40a8c7c5939b581 /src/rt | |
| parent | ed6f9bb6770fb495120c7c3d7842eadf8a65c9de (diff) | |
| download | rust-f634ab45bc698cb0fcb39e713227643563791af1.tar.gz rust-f634ab45bc698cb0fcb39e713227643563791af1.zip | |
Add task_unsupervise to rustrt.def.in
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 dc94c73d813..5abd928140f 100644 --- a/src/rt/rustrt.def.in +++ b/src/rt/rustrt.def.in @@ -50,6 +50,7 @@ str_vec task_sleep task_yield task_join +task_unsupervise unsafe_vec_to_mut unsupervise upcall_clone_chan |
