]> Sergey Matveev's repositories - public-inbox.git/commitdiff
spawn: disable popen optimization for non-vfork
authorEric Wong <e@80x24.org>
Sun, 28 Feb 2016 04:27:11 +0000 (04:27 +0000)
committerEric Wong <e@80x24.org>
Sun, 28 Feb 2016 04:27:39 +0000 (04:27 +0000)
This is necessary since we want to be able to do arbitrary redirects
via the popen interface.  Oh well, we'll be a little slower for now
for users without vfork.  vfork users will get all the performance
benefits.


No differences found