]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: move stat() and friends to sys/stat.h
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Wed, 16 Apr 2025 12:06:21 +0000 (14:06 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Sat, 19 Apr 2025 12:22:25 +0000 (14:22 +0200)
commitc6e6c2c4d71035038d0ef07a465190cd35e193e8
tree5f66822e8979cbce9a4b2c370aab4b053b625552
parentcce273161e7895f45208066154d6726bedba35e5
tools/nolibc: move stat() and friends to sys/stat.h

This is the location regular userspace expects these definitions.

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-6-a069a3f1d145@linutronix.de
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/Makefile
tools/include/nolibc/nolibc.h
tools/include/nolibc/sys.h
tools/include/nolibc/sys/stat.h [new file with mode: 0644]