[all-commits] [llvm/llvm-project] 9f42b0: scudo: Don't define mallinfo2 on Android.
pcc via All-commits
all-commits at lists.llvm.org
Fri Mar 17 14:48:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f42b04128bc5d3b9c8701ab83f8f7ba4e9b93b2
https://github.com/llvm/llvm-project/commit/9f42b04128bc5d3b9c8701ab83f8f7ba4e9b93b2
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M compiler-rt/lib/scudo/standalone/wrappers_c.inc
Log Message:
-----------
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
More information about the All-commits
mailing list