]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: move getauxval() to sys/auxv.h
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Wed, 16 Apr 2025 12:06:19 +0000 (14:06 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Sat, 19 Apr 2025 12:22:22 +0000 (14:22 +0200)
commit9e67941dde6e7f2b0e46ca8e2c87d3fb12e5ead5
treef974bf7051800cf1a6079cee1b27d33f97111762
parentecc091d93a221b8541c94aeeeb741e9e1c39073f
tools/nolibc: move getauxval() to sys/auxv.h

This is the location regular userspace expects the definition.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20250416-nolibc-split-sys-v1-4-a069a3f1d145@linutronix.de
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/Makefile
tools/include/nolibc/nolibc.h
tools/include/nolibc/stdlib.h
tools/include/nolibc/sys/auxv.h [new file with mode: 0644]