use vfork if possible in posix_spawn
authorRich Felker <dalias@aerifal.cx>
Fri, 14 Sep 2012 19:32:51 +0000 (15:32 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 14 Sep 2012 19:32:51 +0000 (15:32 -0400)
vfork is implemented as the fork syscall (with no atfork handlers run)
on archs where it is not available, so this change does not introduce
any change in behavior or regression for such archs.


No differences found