aboutsummaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-11-07 15:27:39 +0100
committerArnd Bergmann <arnd@arndb.de>2019-11-15 14:38:30 +0100
commitbd40a175769d411b2a37e1c087082ac7ee2c15bb (patch)
tree10ef420857e4df8bf36863bb3b399f8005b5531a /usr
parenty2038: move itimer reset into itimer.c (diff)
downloadlinux-dev-bd40a175769d411b2a37e1c087082ac7ee2c15bb.tar.xz
linux-dev-bd40a175769d411b2a37e1c087082ac7ee2c15bb.zip
y2038: itimer: change implementation to timespec64
There is no 64-bit version of getitimer/setitimer since that is not actually needed. However, the implementation is built around the deprecated 'struct timeval' type. Change the code to use timespec64 internally to reduce the dependencies on timeval and associated helper functions. Minor adjustments in the code are needed to make the native and compat version work the same way, and to keep the range check working after the conversion. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions