mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-30 17:41:16 +03:00
The BZ#24967 fix (1bdda52fe9
) missed the time for
architectures that define USE_IFUNC_TIME. Although it is not
an issue, since there is no pointer mangling, there is also no need
to call dl_vdso_vsym since the vDSO setup was already done by the
loader.
Checked on x86_64-linux-gnu and i686-linux-gnu.