]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: add support for access() and faccessat()
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Mon, 28 Apr 2025 12:40:08 +0000 (14:40 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Wed, 21 May 2025 13:32:06 +0000 (15:32 +0200)
commit1e10b8534f5af42b7da528c254595f2a0cf4997d
treebbf80d3036776e9ec912b063c2f37f95aec1b535
parentbf5e8a78beded3503bbcfe86b3094a42ce492556
tools/nolibc: add support for access() and faccessat()

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-7-3c043eeab06c@linutronix.de
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/unistd.h
tools/testing/selftests/nolibc/nolibc-test.c