]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: add more stat() variants
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Mon, 28 Apr 2025 12:40:04 +0000 (14:40 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Wed, 21 May 2025 13:32:02 +0000 (15:32 +0200)
commit2337d39f7233fc3fb9d90489f0d48904eb129a2e
treebabafe494118a0adb671dbceddbb79467568039d
parent7a7cd445d9275be8e4650d390156595685c3ac03
tools/nolibc: add more stat() variants

Add fstat(), fstatat() and lstat(). All of them use the existing implementation
based on statx().

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