Tell CreateNewProc() not to close I/O streams when the detached program
commitebf395c6086fb3518d029e1496c689a371b1d324
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 23 Aug 2012 17:12:54 +0000 (23 17:12 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 23 Aug 2012 17:12:54 +0000 (23 17:12 +0000)
treea6b8f81e476376e31c4933663e26d6e8bb853b42
parent9a87b6db5166a65f0303d9b3ea5e0549621392df
Tell CreateNewProc() not to close I/O streams when the detached program
exits. Closing them and setting them to BNULL in __Detach() is not enough,
because CreateNewProc() caches them before starting the program proper.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45641 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/startup/detach.c