mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
14 lines
874 B
Diff
14 lines
874 B
Diff
diff --git a/src/3rdparty/chromium/base/allocator/partition_allocator/src/partition_alloc/page_allocator_internals_posix.cc b/src/3rdparty/chromium/base/allocator/partition_allocator/src/partition_alloc/page_allocator_internals_posix.cc
|
|
index 295d0ce..e7b5048 100644
|
|
--- a/src/3rdparty/chromium/base/allocator/partition_allocator/src/partition_alloc/page_allocator_internals_posix.cc
|
|
+++ b/src/3rdparty/chromium/base/allocator/partition_allocator/src/partition_alloc/page_allocator_internals_posix.cc
|
|
@@ -9,7 +9,8 @@
|
|
#include "partition_alloc/page_allocator.h"
|
|
|
|
#if PA_BUILDFLAG(HAS_MEMORY_TAGGING) || \
|
|
- (defined(__ARM_FEATURE_BTI_DEFAULT) && (__ARM_FEATURE_BTI_DEFAULT == 1))
|
|
+ (defined(__ARM_FEATURE_BTI_DEFAULT) && (__ARM_FEATURE_BTI_DEFAULT == 1) && \
|
|
+ __has_include(<sys/ifunc.h>))
|
|
struct __ifunc_arg_t;
|
|
|
|
#include "partition_alloc/aarch64_support.h"
|