This patches an error flaged by Fuchsia builds when trying to roll https://reviews.llvm.org/D150481 e.g.
https://ci.chromium.org/ui/p/turquoise/builders/global.try/core.x64-asan/b8779376650819379137/overview)
../../third_party/scudo/src/secondary.h:67:13: error: 'static' function 'unmap' declared in header file should be declared 'static inline' [-Werror,-Wunneeded-internal-declaration] static void unmap(LargeBlock::Header *H) { ^ 1 error generated.