]> sourceware.org Git - glibc.git/commit
linux: Use 64-bit time_t syscall on clock_getcputclockid
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 7 Jul 2020 20:25:00 +0000 (17:25 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 28 Sep 2020 19:21:55 +0000 (16:21 -0300)
commit7c7671767e58ad49f15cf99f6861eaf91e05f60b
tree3a2b25ffeee0ad4eac792d09c868870211af9935
parent94a83d86676d0fbea78cdaa8e5bab1db155c7504
linux: Use 64-bit time_t syscall on clock_getcputclockid

The syscall __NR_clock_getres_time64 (for 32-bit) or __NR_clock_getres
(for 64-bit) is used as default.  The 32-bit fallback is used iff
__ASSUME_TIME64_SYSCALLS is not defined, which assumes the kernel ABI
provides either __NR_rt_sigtimedwait (32-bit time_t).

Since the symbol does not use any type which might be affected by the
time_t, there is no need to add a 64-bit variant.

Checked on x86_64-linux-gnu and i686-linux-gnu (on 5.4 and on 4.15
kernel).

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
sysdeps/unix/sysv/linux/clock_getcpuclockid.c
This page took 0.041127 seconds and 5 git commands to generate.