[ASan] [Windows] Remove const from _msize function declaration parameter
authorMartin Storsjo <martin@martin.st>
Tue, 11 Sep 2018 06:07:32 +0000 (06:07 +0000)
committerMartin Storsjo <martin@martin.st>
Tue, 11 Sep 2018 06:07:32 +0000 (06:07 +0000)
commitb2b0f859d4e727480906f101098c39a55386501d
treec260b1e24ff81c81e7ecdc90436c56b1d7a27ac2
parent6fc8a564cffd197f34572831640936b90648f9dc
[ASan] [Windows] Remove const from _msize function declaration parameter

This function isn't declared with a const parameter anywhere; neither
in MSVC (neither in ucrt or in older msvcrt versions) nor in mingw-w64.

Differential Revision: https://reviews.llvm.org/D51876

llvm-svn: 341903
compiler-rt/lib/asan/asan_malloc_win.cc