mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-02-17 15:33:18 +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
|
||||
|
||||
#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.
|
||||
#define PA_STARSCAN_UFFD_WRITE_PROTECTOR_SUPPORTED
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user