Skip to content

Commit 91e194d

Browse files
committed
[GWP-ASan] [NFC] Change enum from ANDROID->BIONIC.
1 parent 4caeb62 commit 91e194d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static size_t alignPowerOfTwo(size_t RealAllocationSize) {
6262

6363
#ifdef __BIONIC__
6464
static constexpr AlignmentStrategy PlatformDefaultAlignment =
65-
AlignmentStrategy::ANDROID;
65+
AlignmentStrategy::BIONIC;
6666
#else // __BIONIC__
6767
static constexpr AlignmentStrategy PlatformDefaultAlignment =
6868
AlignmentStrategy::POWER_OF_TWO;

0 commit comments

Comments
 (0)