diff options
| author | panicbit <[email protected]> | 2017-07-09 21:32:29 +0200 |
|---|---|---|
| committer | panicbit <[email protected]> | 2017-07-10 00:01:48 +0200 |
| commit | 78ca2a83a7d1c576453ea8eceb897f19a2d401ee (patch) | |
| tree | fa0f040ffb9cb39c8b26faff930962878edd1405 /ctr-std/src/sys/unix/mod.rs | |
| parent | ctr-std: Use liballoc from rust-src (diff) | |
| download | ctru-rs-78ca2a83a7d1c576453ea8eceb897f19a2d401ee.tar.xz ctru-rs-78ca2a83a7d1c576453ea8eceb897f19a2d401ee.zip | |
ctr-std: Add heap allocator shim
Diffstat (limited to 'ctr-std/src/sys/unix/mod.rs')
| -rw-r--r-- | ctr-std/src/sys/unix/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctr-std/src/sys/unix/mod.rs b/ctr-std/src/sys/unix/mod.rs index 4ac7a22..df2be06 100644 --- a/ctr-std/src/sys/unix/mod.rs +++ b/ctr-std/src/sys/unix/mod.rs @@ -29,6 +29,7 @@ pub mod thread; pub mod rand; pub mod thread_local; pub mod time; +pub mod alloc; #[cfg(not(test))] pub fn init() { |