mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-02-21 17:33:19 +03:00
allocator: Disable uffd support for Musl
This commit is contained in:
parent
18a3f713cc
commit
65cf090f93
@ -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__)
|
||||||
// TODO(bikineev): Enable for ChromeOS.
|
// TODO(bikineev): Enable for ChromeOS.
|
||||||
#define PA_STARSCAN_UFFD_WRITE_PROTECTOR_SUPPORTED
|
#define PA_STARSCAN_UFFD_WRITE_PROTECTOR_SUPPORTED
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user