File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
compiler-rt/lib/sanitizer_common Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8282# include < sys/personality.h>
8383# endif
8484
85- # if SANITIZER_ANDROID && __ANDROID_API__ < 35
85+ # if SANITIZER_ANDROID && __ANDROID_API__ < 35
8686// The weak strerrorname_np definition allows to check for the API level at
8787// runtime.
88- extern " C" SANITIZER_WEAK_ATTRIBUTE const char * strerrorname_np (int );
89- # endif
88+ extern " C" SANITIZER_WEAK_ATTRIBUTE const char * strerrorname_np (int );
89+ # endif
9090
9191# if SANITIZER_LINUX && defined(__loongarch__)
9292# include < sys/sysmacros.h>
@@ -1221,7 +1221,7 @@ uptr GetPageSize() {
12211221 return (uptr)pz;
12221222# elif SANITIZER_USE_GETAUXVAL
12231223# if SANITIZER_ANDROID && __ANDROID_API__ < 35
1224- // The 16 KB page size was introduced in Android 15, while earlier versions
1224+ // The 16 KB page size was introduced in Android 15, while earlier versions
12251225 // of Android used a 4 KB page size.
12261226 if (!strerrorname_np)
12271227 return 4096 ;
You can’t perform that action at this time.
0 commit comments