pyhelper: drop linux/prctl header for compability with musl

Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
This commit is contained in:
Timofey Titovets 2025-08-07 16:23:05 +02:00 committed by KevinOConnor
parent 20d9c84a9f
commit 77d4cdbae4

View File

@ -10,7 +10,6 @@
#include <stdio.h> // fprintf
#include <string.h> // strerror
#include <time.h> // struct timespec
#include <linux/prctl.h> // PR_SET_NAME
#include <sys/prctl.h> // prctl
#include "compiler.h" // __visible
#include "pyhelper.h" // get_monotonic