-
Notifications
You must be signed in to change notification settings - Fork 182
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
Broken link to sys_read_entropy #373
Comments
Seems like the right doc is https://docs.rs/hermit-abi/0.3.3/hermit_abi/fn.read_entropy.html |
Indeed it is, thanks. |
We do not rely on the |
Good point, seems like https://github.com/hermit-os/kernel/blob/315f58ff5efc81d9bf0618af85a59963ff55f8b1/src/syscalls/entropy.rs#L47-L55 should work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a broken link in the docs:
getrandom/src/lib.rs
Line 183 in 8c8ca32
I was going to send a PR instead of a patch, but it looks like this documentation is gone and not available online elsewhere.
Looking around I get an impression that it's been deprecated entirely? E.g.: https://github.com/hermitcore/, https://github.com/hermit-os/libhermit#deprecation-notice
The text was updated successfully, but these errors were encountered: