Use libc_ifunc macro for system in libpthread.
commit75685c4d98cf260181879b799e403c6cc37418be
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:47 +0000 (7 10:12 +0200)
treeedd52ea1efc9dc9ef20d8bb99505a002529789ef
parent98ac7b7c85429913c94a9bd9fbe74bb5a333d224
Use libc_ifunc macro for system in libpthread.

This patch uses the libc_ifunc macro to create already existing ifunc function
system_ifunc if HAVE_IFUNC is defined.

ChangeLog:

* nptl/pt-system.c (system_ifunc): Use libc_ifunc macro.
ChangeLog
nptl/pt-system.c