aboutsummaryrefslogtreecommitdiff
path: root/src/linux/getrandom.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
|
* add getrandom syscall wrapperHauke Mehrtens2018-02-221-0/+7
This syscall is available since Linux 3.17 and was also implemented in glibc in version 2.25 using the same interfaces.