]> sourceware.org Git - glibc.git/commit
linux: Simplify clock_gettime
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 10 Jul 2020 12:50:04 +0000 (09:50 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 24 Aug 2020 17:28:21 +0000 (14:28 -0300)
commitd9310f33fcc26d87e5bb50d9311a138455b32602
treebf1065cd13e6bdb4aea42e0273170b1aaf744685
parent4f7092348df72decb525f9b24ae10931429f8e08
linux: Simplify clock_gettime

With arch-syscall.h it can now assumes the existance of either
__NR_clock_gettime or __NR_clock_gettime_time64.  The 32-bit time_t
support is now only build for !__ASSUME_TIME64_SYSCALLS.

It also uses the time64-support functions to simplify it further.

Checked on x86_64-linux-gnu and i686-linux-gnu (on 5.4 and on 4.15
kernel).
sysdeps/unix/sysv/linux/clock_gettime.c
This page took 0.04185 seconds and 5 git commands to generate.