From dc0e467945e7fb8eaf93f9e40e7ebcb2d5f52b0c Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sat, 7 Nov 2015 22:40:18 +0530 Subject: Upgrade to rustc 1.6.0-nightly (d5fde83ae 2015-11-12) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … and libc 0.2 and many other dependencies --- components/util/workqueue.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/util/workqueue.rs') diff --git a/components/util/workqueue.rs b/components/util/workqueue.rs index 26125335b3e..dd7c4dd355a 100644 --- a/components/util/workqueue.rs +++ b/components/util/workqueue.rs @@ -8,7 +8,7 @@ //! higher-level API on top of this could allow safe fork-join parallelism. use deque::{Abort, BufferPool, Data, Empty, Stealer, Worker}; -use libc::funcs::posix88::unistd::usleep; +use libc::usleep; use rand::{Rng, XorShiftRng, weak_rng}; use std::sync::atomic::{AtomicUsize, Ordering}; use std::sync::mpsc::{Receiver, Sender, channel}; -- cgit v1.2.3