compiler/clib: Removed Windows functions spawnv() and spawnvp().
commitef94575c0ae7be958dadcef2480f41fdfb690b7c
authorverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 13 Feb 2013 21:13:37 +0000 (13 21:13 +0000)
committerverhaegs <verhaegs@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 13 Feb 2013 21:13:37 +0000 (13 21:13 +0000)
tree35f3ea94a8b956ad5d22150562c3faae0215c56e
parentee83e3c462693e3db55d708f98f41f43f5b0d648
compiler/clib: Removed Windows functions spawnv() and spawnvp().

We try to stick to the POSIX.1-2008 functions.
This patch breaks backwards compatibility with code that uses these
shared library functions.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@46586 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/clib/__spawnv.c [deleted file]
compiler/clib/__spawnv.h [deleted file]
compiler/clib/arosc.conf
compiler/clib/include/process.h [deleted file]
compiler/clib/mmakefile.src
compiler/clib/spawnv.c [deleted file]
compiler/clib/spawnvp.c [deleted file]
test/clib/mmakefile.src
test/clib/spawnv.c [deleted file]
test/clib/spawnvp.c [deleted file]