Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix getrandom() syscall not existing while function exists in header
Found by: jack3 Patch by: Cizzle On systems running Linux older than 3.17 and using glibc 2.25 or newer, the getrandom() function exists in the system header but the system call does not exist. This checks and skips the call if not found. (cherry picked from commit 2962dd2)
- Loading branch information