Skip to content

Move sys::vxworks code to sys::unix#84119

Merged
bors merged 3 commits intorust-lang:masterfrom
CDirkx:vxworks
Apr 22, 2021
Merged

Move sys::vxworks code to sys::unix#84119
bors merged 3 commits intorust-lang:masterfrom
CDirkx:vxworks

Conversation

@CDirkx
Copy link
Contributor

@CDirkx CDirkx commented Apr 12, 2021

Follow-up to #77666, sys::vxworks is almost identical to sys::unix, the only differences are the rand, thread_local_dtor, and process implementation. Since vxworks is target_family = unix anyway, there is no reason for the code not to live inside of sys::unix like all the other unix-OSes.

os_family: Some("unix".to_string()),

@rustbot label: +T-libs-impl

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants