diff options
Diffstat (limited to 'community/chromium/musl-fixes.patch')
-rw-r--r-- | community/chromium/musl-fixes.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/chromium/musl-fixes.patch b/community/chromium/musl-fixes.patch index 84dbc3825d..30334dcbf8 100644 --- a/community/chromium/musl-fixes.patch +++ b/community/chromium/musl-fixes.patch @@ -204,3 +204,14 @@ index 10f1c0d..8e86a2e 100644 namespace crashpad { +--- third_party/crashpad/crashpad/util/linux/thread_info.h.orig ++++ third_party/crashpad/crashpad/util/linux/thread_info.h +@@ -232,7 +232,7 @@ + "Size mismatch"); + #elif defined(ARCH_CPU_ARMEL) + static_assert(sizeof(f32_t::fpregs) == sizeof(user_fpregs), "Size mismatch"); +-#if !defined(__GLIBC__) ++#if !defined(__linux__) + static_assert(sizeof(f32_t::vfp) == sizeof(user_vfp), "Size mismatch"); + #endif + #elif defined(ARCH_CPU_ARM64) |