]> sourceware.org Git - glibc.git/commit
y2038: alpha: Rename valid_timeval64_to_timeval to valid_timeval_to_timeval32
authorLukasz Majewski <lukma@denx.de>
Tue, 28 Jan 2020 13:26:40 +0000 (14:26 +0100)
committerLukasz Majewski <lukma@denx.de>
Fri, 7 Feb 2020 16:55:08 +0000 (17:55 +0100)
commitebc2368121bf1932e530ef126b5a0765953e77ad
tree9c9d0f19f540abb210fdfe6b5d1bc5841f19d4f6
parentcde52c2557177903806fed7dd216ff9b2280ceee
y2038: alpha: Rename valid_timeval64_to_timeval to valid_timeval_to_timeval32

The name 'valid_timeval64_to_timeval' suggest conversion of struct
__timeval64 to struct timeval (as in ./include/time.h).

As on the alpha the struct timeval supports 64 bit time, it seems more
feasible to emphasis struct timeval32 in the conversion function name.

Hence the helper function naming change to 'valid_timeval_to_timeval32'.

Build tests:
./src/scripts/build-many-glibcs.py glibcs

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/unix/sysv/linux/alpha/osf_adjtime.c
sysdeps/unix/sysv/linux/alpha/osf_getitimer.c
sysdeps/unix/sysv/linux/alpha/osf_setitimer.c
sysdeps/unix/sysv/linux/alpha/tv32-compat.h
This page took 0.041212 seconds and 5 git commands to generate.