aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-07-05 14:43:40 -0700
committerGraydon Hoare <[email protected]>2010-07-05 14:43:40 -0700
commitb1eeb9b8256f42c9525832b6126a0e47d675e11e (patch)
tree42a6d5593203f590af6d663212c759eaaa471807 /src/lib
parentUn-XFAIL mutable-alias-vec.rs. Was only failing due to a typo, but a more tho... (diff)
downloadrust-b1eeb9b8256f42c9525832b6126a0e47d675e11e.tar.xz
rust-b1eeb9b8256f42c9525832b6126a0e47d675e11e.zip
Change from 'spawner' to 'supervisor' in rust_task, and add an unsupervise call.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/sys.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/sys.rs b/src/lib/sys.rs
index 0eafc5ee..18e2d326 100644
--- a/src/lib/sys.rs
+++ b/src/lib/sys.rs
@@ -17,5 +17,6 @@ native "rust" mod rustrt {
fn align_of[T]() -> uint;
fn refcount[T](@T t) -> uint;
fn gc();
+ fn unsupervise();
}