Use POSIX_SPAWN_USEVFORK if available

Existing comments were alluding to it's usage and it makes building
ninja itself go a litle bit faster (i.e. taking less wall clock time).

FWIW FreeBSD even uses vfork by default c.f.
https://www.freebsd.org/cgi/man.cgi?query=posix_spawn

(cherry picked from commit 5153cedfd7720547489b6b2e5d5e4485def621c9)
 from https://github.com/ninja-build/ninja/pull/1182

Test: Local builds, checked performance
Change-Id: I80270c736ba055475d8a52d17a87705cb1484221
1 file changed