rewrite popen to use posix_spawn instead of fragile vfork hacks
authorRich Felker <dalias@aerifal.cx>
Mon, 25 Mar 2013 02:41:38 +0000 (22:41 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 25 Mar 2013 02:41:38 +0000 (22:41 -0400)
commit9cb6e6ea120cfaf1df9016883012d22fb57d43e1
tree7ee2671a0a479cdfb548c06cb6f752ee25320e70
parent7914ce9204e907ae770fcbe59975010520fcac58
rewrite popen to use posix_spawn instead of fragile vfork hacks
src/stdio/popen.c