]> git.ipfire.org Git - thirdparty/glibc.git/commit
Use libc_ifunc macro for clock_* symbols in librt.
authorStefan Liebler <stli@linux.vnet.ibm.com>
Fri, 7 Oct 2016 07:56:47 +0000 (09:56 +0200)
committerStefan Liebler <stli@linux.vnet.ibm.com>
Fri, 7 Oct 2016 08:12:47 +0000 (10:12 +0200)
commit98ac7b7c85429913c94a9bd9fbe74bb5a333d224
treeaf952f44498298efebab0622a96b80c4121ccaf2
parenta4d7fe35cd8f860b1cdf3521834a666447aba4c8
Use libc_ifunc macro for clock_* symbols in librt.

This patch uses the libc_ifunc macro to create already existing ifunc functions
clock_getres, clock_gettime, clock_settime, clock_getcpuclockid and
clock_nanosleep. If HAVE_IFUNC is defined, the macro COMPAT_REDIRECT uses
the libc_ifunc macro.
Furthermore some whitespace damage is cleaned.

ChangeLog:

* rt/clock-compat.c (COMPAT_REDIRECT): Use libc_ifunc macro.
ChangeLog
rt/clock-compat.c