https://github.com/google/sanitizers/issues/925
claims that vfork can have better performance than fork, and
bionic is using vfork.
Let's support it for MIPS.
Tested on Debian's mipsel (mipsel-linux-gnu) and
mips64el (mips64el-linux-gnu) ports.
Test fails on MIPSr6 due to another problem:
https://github.com/llvm/llvm-project/issues/64974
Just ignore clang-format warning, and don't add indentation, to decrease the amount of unrelated changes.