]> sourceware.org Git - glibc.git/commit
linux: Use GLRO(dl_vdso_gettimeofday) on gettimeofday
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 4 Sep 2024 13:10:31 +0000 (10:10 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 8 Oct 2024 16:28:21 +0000 (13:28 -0300)
commit02b195d30fdf4d2a396a550ea6044511f1305a9f
treee64a8cfe066c2b1188fc0158492b913284817fa9
parent7949f552cb6a5f5e2a20c45d178b43910682caac
linux: Use GLRO(dl_vdso_gettimeofday) on gettimeofday

The BZ#24967 fix (1bdda52fe92fd01b424c) missed the gettimeofday for
architectures that define USE_IFUNC_GETTIMEOFDAY.  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/gettimeofday.c
This page took 0.038978 seconds and 5 git commands to generate.