Skip to content

Commit 2863024

Browse files
author
git apple-llvm automerger
committed
Merge commit '02b2a77edbee' from llvm.org/release/21.x into stable/21.x
2 parents 9e631f8 + 02b2a77 commit 2863024

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ const unsigned struct_kernel_stat_sz = SANITIZER_ANDROID
102102
? FIRST_32_SECOND_64(104, 128)
103103
# if defined(_ABIN32) && _MIPS_SIM == _ABIN32
104104
: FIRST_32_SECOND_64(176, 216);
105+
# elif SANITIZER_MUSL
106+
: FIRST_32_SECOND_64(160, 208);
105107
# else
106108
: FIRST_32_SECOND_64(160, 216);
107109
# endif

0 commit comments

Comments
 (0)