Re: [PATCH v2] nptl: remove duplicate vfork() in libpthread

Bernhard Reutner-Fischer <[email protected]> Fri, 24 Jul 2015 08:26:08 +0200
Newsgroups gmane.comp.lib.uclibc.general
Message-ID <[email protected]>
On July 22, 2015 5:05:34 PM GMT+02:00, Alexey Brodkin <[email protected]> wrote:
>Hi Bernard,

>This patch indeed fixes problems with duplicate vfork in both libc and
>libpthread.
>I'm wondering if there's a chance for this patch to be applied still?

Well, but it's wrong, isn't it. pt-vfork.o should instead live in, say,  libpthread_nonshared.a and be at the end of the libs so it is picked up by the linker when static linking, no?

Thanks,