[PATCH] D40319: [libcxx] Support getentropy as a source of randomness for std::random_device
Florian Weimer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 29 12:06:26 PST 2021
fweimer added a comment.
`getentropy` comes from OpenBSD (among others), and it's in `<unistd.h>` there: https://man.openbsd.org/getentropy.2
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D40319/new/
https://reviews.llvm.org/D40319
More information about the cfe-commits
mailing list