core: Extract comm from pipes. #4742
This commit is contained in:
parent
ab784b7de5
commit
dab6a85230
89 changed files with 683 additions and 611 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue