diff options
author | Deepa Dinamani <deepa.kernel@gmail.com> | 2017-03-26 12:04:17 -0700 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2017-04-14 21:49:56 +0200 |
commit | 5f252b325625c13db1dbc76ac6cdb49ee3bd062e (patch) | |
tree | 0e6d6ce2d1acf7f5bcecc3e33724fcd0b76b39c4 /kernel/compat.c | |
parent | 0fe6afe3834ba13d75fa1168f0f66f08b427e1c0 (diff) | |
download | linux-5f252b325625c13db1dbc76ac6cdb49ee3bd062e.tar.bz2 |
time: Change k_clock timer_set() and timer_get() to use timespec64
struct timespec is not y2038 safe on 32 bit machines. Replace uses of
struct timespec with struct timespec64 in the kernel.
struct itimerspec internally uses struct timespec. Use struct itimerspec64
which uses struct timespec64.
The syscall interfaces themselves will be changed in a separate series.
Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Cc: y2038@lists.linaro.org
Cc: john.stultz@linaro.org
Cc: arnd@arndb.de
Link: http://lkml.kernel.org/r/1490555058-4603-7-git-send-email-deepa.kernel@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/compat.c')
0 files changed, 0 insertions, 0 deletions