summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/getentropy.c
AgeCommit message (Collapse)Author
2025-07-25fix getentropy()Waldemar Brodkorb
Add missing header in commit 19fe75f0ab09c9661ff03738579171624fc35018 Reported-By: Ronald Wahl <ronald.wahl@legrand.com>
2025-04-11getentropy: guard syscall to getrandomWaldemar Brodkorb
2025-04-07add getentropy(), fix return value of getrandom()Thorsten Glaser
Signed-off-by: Thorsten Glaser <tg@debian.org>