std: Fill in all missing imports
Fallout from the previous commits
This commit is contained in:
parent
5350ee740e
commit
7e0443d6c4
29 changed files with 66 additions and 25 deletions
|
|
@ -167,6 +167,7 @@ mod imp {
|
|||
use libc::c_void;
|
||||
use libc;
|
||||
use ptr;
|
||||
use ptr::RawPtr;
|
||||
|
||||
type pthread_mutex_t = libc::c_void;
|
||||
type pthread_mutexattr_t = libc::c_void;
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@
|
|||
//! detection is not guaranteed to continue in the future. Usage of this module
|
||||
//! is discouraged unless absolutely necessary.
|
||||
|
||||
use str::Str;
|
||||
|
||||
static RED_ZONE: uint = 20 * 1024;
|
||||
|
||||
/// This function is invoked from rust's current __morestack function. Segmented
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue