aports/testing/arturo/prctl.patch
Celeste 77061b6aad testing/arturo: new aport
https://github.com/arturo-lang/arturo
Simple, expressive & portable programming language for efficient scripting
2025-08-14 10:08:08 +00:00

11 lines
363 B
Diff

--- a/src/extras/mimalloc/src/prim/unix/prim.c
+++ b/src/extras/mimalloc/src/prim/unix/prim.c
@@ -31,7 +31,6 @@ terms of the MIT license. A copy of the license can be found in the file
#if defined(__linux__)
#include <features.h>
- #include <linux/prctl.h> // PR_SET_VMA
//#if defined(MI_NO_THP)
#include <sys/prctl.h> // THP disable
//#endif