Skip to content

Commit

Permalink
Take sys/vxworks/args from sys/unix instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Oct 16, 2020
1 parent 08bcaac commit ba483c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 96 deletions.
3 changes: 2 additions & 1 deletion library/std/src/sys/unix/args.rs
Expand Up @@ -70,7 +70,8 @@ impl DoubleEndedIterator for Args {
target_os = "haiku",
target_os = "l4re",
target_os = "fuchsia",
target_os = "redox"
target_os = "redox",
target_os = "vxworks"
))]
mod imp {
use super::Args;
Expand Down
95 changes: 0 additions & 95 deletions library/std/src/sys/vxworks/args.rs

This file was deleted.

1 change: 1 addition & 0 deletions library/std/src/sys/vxworks/mod.rs
Expand Up @@ -13,6 +13,7 @@ pub mod weak;

#[path = "../unix/alloc.rs"]
pub mod alloc;
#[path = "../unix/args.rs"]
pub mod args;
pub mod cmath;
#[path = "../unix/condvar.rs"]
Expand Down

0 comments on commit ba483c5

Please sign in to comment.