[PATCH] vfork: fix clone based version

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Jan 22 21:33:01 UTC 2014


On Fri, Jan 17, 2014 at 06:30:08AM +0200, Stefan Kristiansson wrote:
> The clone based version was introduced by commit
> 
> 58570fc8e1fd601f15be5758ab95013d56771804
> vfork: Use clone if arch does not have the vfork syscall
> 
> but the code was made unreachable by the previous commit
> 
> 0a043c30ee71245dfe7c9d82d654312c5e1f6127
> vfork: make all archs consistent
> 
> that adds a guard which require either __NR_vfork or __NR_fork
> to be set.
> Neither will be set on an arch that would need to use the
> clone based version.
> 
> The double declaration of vfork was also introduced by
> the merge of the two above mentioned patches.
> The missing ; was present in the original patch.

Applied.
thanks,
> 
> CC: Markos Chandras <markos.chandras at imgtec.com>
> CC: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
> CC: Peter S. Mazinger <ps.m at gmx.net>
> Signed-off-by: Stefan Kristiansson <stefan.kristiansson at saunalahti.fi>


More information about the uClibc mailing list