We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0184a86 commit 3411493Copy full SHA for 3411493
src/prim/unix/prim.c
@@ -32,7 +32,7 @@ terms of the MIT license. A copy of the license can be found in the file
32
#if defined(__linux__)
33
#include <features.h>
34
#include <sys/prctl.h> // THP disable, PR_SET_VMA
35
- #if !defined(PR_SET_VMA)
+ #if defined(__GLIBC__) && !defined(PR_SET_VMA)
36
#include <linux/prctl.h>
37
#endif
38
#if defined(__GLIBC__)
0 commit comments