Skip to content

Commit ba483c5

Browse files
committed
Take sys/vxworks/args from sys/unix instead.
1 parent 08bcaac commit ba483c5

File tree

3 files changed

+3
-96
lines changed

3 files changed

+3
-96
lines changed

library/std/src/sys/unix/args.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ impl DoubleEndedIterator for Args {
7070
target_os = "haiku",
7171
target_os = "l4re",
7272
target_os = "fuchsia",
73-
target_os = "redox"
73+
target_os = "redox",
74+
target_os = "vxworks"
7475
))]
7576
mod imp {
7677
use super::Args;

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

Lines changed: 0 additions & 95 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
@@ -13,6 +13,7 @@ pub mod weak;
1313

1414
#[path = "../unix/alloc.rs"]
1515
pub mod alloc;
16+
#[path = "../unix/args.rs"]
1617
pub mod args;
1718
pub mod cmath;
1819
#[path = "../unix/condvar.rs"]

0 commit comments

Comments
 (0)