-
Notifications
You must be signed in to change notification settings - Fork 1.1k
getrandom(2) is missing from the bindings #659
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
Comments
This can't be implemented until glibc in CI becomes 2.25, adding this binding will break the crate for < 2.25. |
Hi @marmistrz ! I am trying to clean-up issues: is this still an issue for you? |
@kristate I'm not currently working on the project which needed that, but I still consider this an issue. I should be able use IIRC the project did something pretty low-level and thus I wanted to use the syscall directly, but I don't remember the details. maybe you should do a feature build, just like |
The version of glibc being targeted on CI (and therefore, the minimum version of glibc supported), has been updated. Please feel free to submit a PR implementing these. |
My understanding from https://lwn.net/Articles/711013/ is that glibc does NOT implement a fallback in the case that the |
Add getrandom() bindings on Linux Closes #659
We have
getentropy
, but notgetrandom
The text was updated successfully, but these errors were encountered: