Skip to content

Commit 3f196dc

Browse files
committed
Take sys/vxworks/cmath from sys/unix instead.
1 parent ba483c5 commit 3f196dc

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

library/std/src/sys/vxworks/cmath.rs

Lines changed: 0 additions & 32 deletions
This file was deleted.

library/std/src/sys/vxworks/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pub mod weak;
1515
pub mod alloc;
1616
#[path = "../unix/args.rs"]
1717
pub mod args;
18+
#[path = "../unix/cmath.rs"]
1819
pub mod cmath;
1920
#[path = "../unix/condvar.rs"]
2021
pub mod condvar;

0 commit comments

Comments
 (0)