History log of /llvm-project/libc/src/unistd/linux/getentropy.cpp (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init
# defd0d96 15-Jan-2025 Schrodinger ZHU Yifan <yifanzhu@rochester.edu>

[libc] implement unistd/getentropy (#122692)

Implement GNU extension getentropy. This function is used by many
programs to acquire entropy without handling the loop of getrandom.