summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/sys/random.h
AgeCommit message (Collapse)AuthorFilesLines
2025-09-01tools/nolibc: use tabs instead of spaces for indentationThomas Weißschuh1-2/+2
Some lines are using spaces for indentation instead of the standard tabs. Fix them. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
2025-05-21tools/nolibc: add getrandom()Thomas Weißschuh1-0/+34
This is used in various selftests and will be handy when integrating those with nolibc. Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Acked-by: Willy Tarreau <w@1wt.eu> Link: https://lore.kernel.org/r/20250428-nolibc-misc-v2-5-3c043eeab06c@linutronix.de Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>