Use libc_ifunc macro for vfork in libpthread.
commit051f8be7c9466c7e53bf1f3a9d5a83c53a7ea815
authorStefan Liebler <stli@linux.vnet.ibm.com>
Fri, 7 Oct 2016 07:56:47 +0000 (7 09:56 +0200)
committerStefan Liebler <stli@linux.vnet.ibm.com>
Fri, 7 Oct 2016 08:12:48 +0000 (7 10:12 +0200)
tree9ce7158e31c92effc03c76d49e48cf0ab25b217f
parent75685c4d98cf260181879b799e403c6cc37418be
Use libc_ifunc macro for vfork in libpthread.

This patch uses the libc_ifunc macro to create already existing ifunc functions
vfork_ifunc and __vfork_ifunc if HAVE_IFUNC is defined.

ChangeLog:

* nptl/pt-vfork.c (DEFINE_VFORK): Use libc_ifunc macro.
ChangeLog
nptl/pt-vfork.c