diff options
| author | Christiaan Dirkx <christiaan@dirkx.email> | 2021-04-24 17:50:40 +0200 |
|---|---|---|
| committer | Christiaan Dirkx <christiaan@dirkx.email> | 2021-04-28 14:25:04 +0200 |
| commit | 26fb1e373bd313b70d1f95cd16259035e5a7f8c8 (patch) | |
| tree | 7925b132d9f0cbb4e0d2a8ddc97c5adcfb3edb37 /library/std/src/sys/unix/mod.rs | |
| parent | e11a9fa52a3f372dadd6db3d3f2ed7dc2621dcc4 (diff) | |
| download | rust-26fb1e373bd313b70d1f95cd16259035e5a7f8c8.tar.gz rust-26fb1e373bd313b70d1f95cd16259035e5a7f8c8.zip | |
Reuse `unix::cmath`
Diffstat (limited to 'library/std/src/sys/unix/mod.rs')
| -rw-r--r-- | library/std/src/sys/unix/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/sys/unix/mod.rs b/library/std/src/sys/unix/mod.rs index 1316835a89d..d1932235506 100644 --- a/library/std/src/sys/unix/mod.rs +++ b/library/std/src/sys/unix/mod.rs @@ -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; |
