mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
allocator: Disable uffd support for Musl
This commit is contained in:
parent
9f9614b377
commit
303476e0e2
@ -35,7 +35,7 @@ static_assert(sizeof(void*) != 8, "");
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(PA_HAS_64_BITS_POINTERS) && \
|
#if defined(PA_HAS_64_BITS_POINTERS) && \
|
||||||
(defined(OS_LINUX) || defined(OS_ANDROID))
|
(defined(OS_LINUX) || defined(OS_ANDROID)) && !defined(__UCLIBC__)
|
||||||
#include <linux/version.h>
|
#include <linux/version.h>
|
||||||
// TODO(bikineev): Enable for ChromeOS.
|
// TODO(bikineev): Enable for ChromeOS.
|
||||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 8, 0)
|
#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 8, 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user