Reuse unix::cmath

This commit is contained in:
Christiaan Dirkx 2021-04-24 17:50:40 +02:00
parent e11a9fa52a
commit 26fb1e373b
10 changed files with 34 additions and 118 deletions

View file

@ -11,6 +11,7 @@ pub mod weak;
pub mod alloc;
pub mod android;
pub mod args;
#[path = "../unix/cmath.rs"]
pub mod cmath;
pub mod condvar;
pub mod env;