about summary refs log tree commit diff
path: root/include/sys/random.h
Commit message (Collapse)AuthorAgeFilesLines
* add getrandom syscall wrapperHauke Mehrtens2018-02-221-0/+19
This syscall is available since Linux 3.17 and was also implemented in glibc in version 2.25 using the same interfaces.