Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-13 | getrandom: remove __USE_GNU / add GRND_INSECURE | Waldemar Brodkorb | |
Neither glibc nor musl use __GNU macro to hide getrandom. While there sync with glibc and add GRND_INSECURE flag. | |||
2020-08-15 | sys/random.h include stddef.h | Waldemar Brodkorb | |
Reported-By: akater <nuclearspace@gmail.com> | |||
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> |