Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Portal: Add
getrandom
fallback for old versions of GLIBC (#86)
When compiling against a version of GLIBC before 2.25, `getrandom` is not available. This change provides a fallback to perform the relevant syscall directly.
- Loading branch information