Replace getrandom() with getentropy()
authorKirill Isakov <bootctl@gmail.com>
Sun, 1 May 2022 17:09:06 +0000 (23:09 +0600)
committerKirill Isakov <bootctl@gmail.com>
Sun, 1 May 2022 17:09:06 +0000 (23:09 +0600)
commite6111686d731af1e621ea9f38babef50610f7717
tree416bf9ed5aa784cf10d77405ef478010f9102b49
parent0f8e3c9f6f2ed4052387397756cd6e05cd28cd00
Replace getrandom() with getentropy()

Unlike getrandom(), this function is supported by most BSDs
(with the exception of NetBSD), and by various Illumos distributions.
src/linux/meson.build
src/meson.build
src/random.c
test/unit/test_random_noinit.c