summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/Makefile
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>2025-04-16 14:06:21 +0200
committerThomas Weißschuh <linux@weissschuh.net>2025-04-19 14:22:25 +0200
commitc6e6c2c4d71035038d0ef07a465190cd35e193e8 (patch)
tree5f66822e8979cbce9a4b2c370aab4b053b625552 /tools/include/nolibc/Makefile
parentcce273161e7895f45208066154d6726bedba35e5 (diff)
downloadlinux-next-c6e6c2c4d71035038d0ef07a465190cd35e193e8.tar.gz
linux-next-c6e6c2c4d71035038d0ef07a465190cd35e193e8.zip
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>
Diffstat (limited to 'tools/include/nolibc/Makefile')
-rw-r--r--tools/include/nolibc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/nolibc/Makefile b/tools/include/nolibc/Makefile
index ca8817e84c3a..747d73b45368 100644
--- a/tools/include/nolibc/Makefile
+++ b/tools/include/nolibc/Makefile
@@ -46,6 +46,7 @@ all_files := \
sys.h \
sys/auxv.h \
sys/mman.h \
+ sys/stat.h \
time.h \
types.h \
unistd.h \