Commit 7db74d5b authored by Steven Fackler's avatar Steven Fackler
Browse files

Update for API change

parent 213adb34
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ use std::cast;
use std::libc::{c_int, c_void, c_char};
use std::ptr;
use std::task;
use std::unstable::atomics::{AtomicBool, INIT_ATOMIC_BOOL, AtomicUint,
use std::sync::atomics::{AtomicBool, INIT_ATOMIC_BOOL, AtomicUint,
                         INIT_ATOMIC_UINT, Acquire, Release, SeqCst};
use std::unstable::mutex::Mutex;
use std::io::{Stream, Reader, Writer, Decorator};