summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/Makefile
diff options
context:
space:
mode:
authorBenjamin Berg <benjamin.berg@intel.com>2025-09-24 16:20:58 +0200
committerThomas Weißschuh <linux@weissschuh.net>2026-01-04 10:28:44 +0100
commitec4bb8e8dfa060c699b548f62e4d56133aafbbec (patch)
treeecfe6b0f86696972718ced89f65fdff5dea48c73 /tools/include/nolibc/Makefile
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8 (diff)
tools/nolibc: add ptrace support
Add ptrace support, as it will be useful in UML. Signed-off-by: Benjamin Berg <benjamin.berg@intel.com> [Thomas: drop va_args usage and linux/uio.h inclusion] 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 8118e22844f1..8b883a6fe580 100644
--- a/tools/include/nolibc/Makefile
+++ b/tools/include/nolibc/Makefile
@@ -54,6 +54,7 @@ all_files := \
sys/mman.h \
sys/mount.h \
sys/prctl.h \
+ sys/ptrace.h \
sys/random.h \
sys/reboot.h \
sys/resource.h \