Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-22 | libc: add getrandom(2) | Bernhard Reutner-Fischer | |
Introduce a <sys/random.h> for it. /* FIXME: aren't there a couple of __restrict and const missing ? */ extern int getrandom(void *__buf, size_t count, unsigned int flags) __nonnull ((1)) __wur; Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> |