summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/Makefile
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>2025-04-16 14:06:18 +0200
committerThomas Weißschuh <linux@weissschuh.net>2025-04-19 14:22:21 +0200
commitecc091d93a221b8541c94aeeeb741e9e1c39073f (patch)
tree23d2ba485d2dc89db350c5dc7c17ad40368ac70e /tools/include/nolibc/Makefile
parent2b45ceb915b004799e79f4ff68e63b7f88a7d195 (diff)
downloadlinux-next-ecc091d93a221b8541c94aeeeb741e9e1c39073f.tar.gz
linux-next-ecc091d93a221b8541c94aeeeb741e9e1c39073f.zip
tools/nolibc: move open() and friends to fcntl.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-3-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 fd76d267d79a..2132e4f4d216 100644
--- a/tools/include/nolibc/Makefile
+++ b/tools/include/nolibc/Makefile
@@ -32,6 +32,7 @@ all_files := \
dirent.h \
elf.h \
errno.h \
+ fcntl.h \
limits.h \
nolibc.h \
signal.h \