scudo: Don't define mallinfo2 on Android.
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 17 Mar 2023 18:59:39 +0000 (11:59 -0700)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 17 Mar 2023 21:47:41 +0000 (14:47 -0700)
commit9f42b04128bc5d3b9c8701ab83f8f7ba4e9b93b2
treef25941c76892b8bc5236cf422eca1b71d1167204
parentc98b2e20c9498d042bdc00b9a22faebc6e0a1b62
scudo: Don't define mallinfo2 on Android.

On Android, mallinfo2 is an alias of mallinfo, which results
in errors if we try to define both.

Differential Revision: https://reviews.llvm.org/D146324
compiler-rt/lib/scudo/standalone/wrappers_c.inc