We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e631f8 + 02b2a77 commit 2863024Copy full SHA for 2863024
compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
@@ -102,6 +102,8 @@ const unsigned struct_kernel_stat_sz = SANITIZER_ANDROID
102
? FIRST_32_SECOND_64(104, 128)
103
# if defined(_ABIN32) && _MIPS_SIM == _ABIN32
104
: FIRST_32_SECOND_64(176, 216);
105
+# elif SANITIZER_MUSL
106
+ : FIRST_32_SECOND_64(160, 208);
107
# else
108
: FIRST_32_SECOND_64(160, 216);
109
# endif
0 commit comments