mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-10 03:01:44 +01:00
https://github.com/arturo-lang/arturo Simple, expressive & portable programming language for efficient scripting
11 lines
363 B
Diff
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
|