]> git.ipfire.org Git - thirdparty/systemd.git/commit
random-util: our baseline includes getrandom() (v3.17) now 35816/head
authorMike Yuan <me@yhndnzj.com>
Thu, 2 Jan 2025 19:03:33 +0000 (20:03 +0100)
committerMike Yuan <me@yhndnzj.com>
Thu, 2 Jan 2025 19:40:45 +0000 (20:40 +0100)
commitc439bd25ca87d59beeab26de52dbdb13c9209421
treecf72a12fdd33c34652e01b6593e2bdaf2644b755
parent2627cd13435f6af40a49288f401b6121efb49580
random-util: our baseline includes getrandom() (v3.17) now

Plus, linux/random.h never defined getrandom(), hence remove
the custom machinery for sys/random.h vs linux/random.h
in favor of single HAVE_GETRANDOM.
README
meson.build
src/basic/missing_random.h
src/basic/missing_syscall.h
src/basic/random-util.c
src/random-seed/random-seed.c