test/clib: vfork() allows more than just exec*() or _exit() calls
commitb2afb40fd33a857c169da40191c0ac4b1c97065a
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 11 Aug 2013 15:17:53 +0000 (11 15:17 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 11 Aug 2013 15:17:53 +0000 (11 15:17 +0000)
tree6b4723b3c40f018547b22e5ea5013b372afc2825
parentd032c7e957c67bcd3dbac863755b8cb06606136b
test/clib: vfork() allows more than just exec*() or _exit() calls

vfork() is to ease porting programs using fork() and they need
more than just the bare POSIX requirements for vfork().

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@47806 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/clib/__vfork.c
test/clib/vfork.c