-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird cfgs in VxWorks module #1469
Comments
Thanks for pointing it out, I will work on it. |
This was referenced Aug 14, 2019
bors
added a commit
that referenced
this issue
Aug 19, 2019
Some update for vxWorks This is to address issues: #1469 and rust-random/getrandom#86 (comment) What have been changed in this PR: 1. adding randBytes(), randABytes(), randUBytes(), randSecure() and taskDelay() 2. change armv7-wrs-vxworks to armv7-wrs-vxworks-eabihf 3. code cleanup
bors
added a commit
that referenced
this issue
Aug 20, 2019
Some update for vxWorks This is to address issues: #1469 and rust-random/getrandom#86 (comment) What have been changed in this PR: 1. adding randBytes(), randABytes(), randUBytes(), randSecure() and taskDelay() 2. change armv7-wrs-vxworks to armv7-wrs-vxworks-eabihf 3. code cleanup
Fixed in #1473 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
VxWorks module contains weird, always false
cfg
s, which look like a copypaste leftovers:libc/src/vxworks/mod.rs
Lines 966 to 970 in d7907c0
The text was updated successfully, but these errors were encountered: