Skip to content

Commit

Permalink
Revert "allocator: Disable uffd support for Musl"
Browse files Browse the repository at this point in the history
No longer needed with use_partition_alloc=false on OpenWrt Musl.

This reverts commit b82b1a7.
  • Loading branch information
klzgrad committed Oct 28, 2021
1 parent 3cf3f3b commit 0aa27e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static_assert(sizeof(void*) != 8, "");
#endif

#if defined(PA_HAS_64_BITS_POINTERS) && \
(defined(OS_LINUX) || defined(OS_ANDROID)) && !defined(__MUSL__)
(defined(OS_LINUX) || defined(OS_ANDROID))
#include <linux/version.h>
// TODO(bikineev): Enable for ChromeOS.
#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 8, 0)
Expand Down

0 comments on commit 0aa27e8

Please sign in to comment.