]> sourceware.org Git - glibc.git/commit
linux: Use GLRO(dl_vdso_time) on time
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 4 Sep 2024 13:22:44 +0000 (10:22 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 8 Oct 2024 16:28:21 +0000 (13:28 -0300)
commit55d33108c72c9b3e231b83a55e16a9ba1190c768
tree167818632cfdad3af7e1aefe773da8bce29b4a59
parent02b195d30fdf4d2a396a550ea6044511f1305a9f
linux: Use GLRO(dl_vdso_time) on time

The BZ#24967 fix (1bdda52fe92fd01b424c) 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.
sysdeps/unix/sysv/linux/time.c
This page took 0.042447 seconds and 5 git commands to generate.