1
Fork 0

core: Extract comm from pipes. #4742

This commit is contained in:
Brian Anderson 2013-02-02 03:10:12 -08:00
parent ab784b7de5
commit dab6a85230
89 changed files with 683 additions and 611 deletions

View file

@ -12,7 +12,7 @@
use core::libc;
use core::prelude::*;
use core::pipes::{stream, SharedChan};
use core::comm::{stream, SharedChan};
use core::ptr;
use core::result;
use core::str;