From 77d4cdbae42b97a3e1981e2a00d98f63350fe25d Mon Sep 17 00:00:00 2001 From: Timofey Titovets Date: Thu, 7 Aug 2025 16:23:05 +0200 Subject: [PATCH] pyhelper: drop linux/prctl header for compability with musl Signed-off-by: Timofey Titovets --- klippy/chelper/pyhelper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/klippy/chelper/pyhelper.c b/klippy/chelper/pyhelper.c index 60c6de9b..8d4e4ee8 100644 --- a/klippy/chelper/pyhelper.c +++ b/klippy/chelper/pyhelper.c @@ -10,7 +10,6 @@ #include // fprintf #include // strerror #include // struct timespec -#include // PR_SET_NAME #include // prctl #include "compiler.h" // __visible #include "pyhelper.h" // get_monotonic