fork in libpthread cannot use IFUNC resolver [BZ #19861]
commitf06f3f05b48c72e2c9b0fa78671f94fd22d67da8
authorFlorian Weimer <fweimer@redhat.com>
Wed, 1 Jun 2016 05:14:42 +0000 (1 07:14 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 1 Jun 2016 05:14:42 +0000 (1 07:14 +0200)
treec10ffb3105e84100c0fbe71f6f310dec39e48f86
parent7838d298d895f65247fb6b498db03a4336fc0506
fork in libpthread cannot use IFUNC resolver [BZ #19861]

This commit only addresses the fork case, the vfork case has to be a
tail call, which is why the generic code needs an IFUNC resolver
there.
ChangeLog
nptl/pt-fork.c