use vfork() instead of vork() since the only thing we do is execve() an app after...
authorMike Frysinger <vapier@gentoo.org>
Tue, 6 Jun 2006 06:08:34 +0000 (06:08 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 6 Jun 2006 06:08:34 +0000 (06:08 -0000)
commit8e640a1043ad9fe08782387a55230ebb824b4163
tree49790440579b595384270a263f041c2024b5cace
parentb16b5bb08f8b2b1d3e5f56c6655ba0332edcdc48
use vfork() instead of vork() since the only thing we do is execve() an app after fork (allows time to work on no-mmu)
miscutils/time.c