diff options
author | Deepa Dinamani <[email protected]> | 2017-03-26 12:04:17 -0700 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2017-04-14 21:49:56 +0200 |
commit | 5f252b325625c13db1dbc76ac6cdb49ee3bd062e (patch) | |
tree | 0e6d6ce2d1acf7f5bcecc3e33724fcd0b76b39c4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 0fe6afe3834ba13d75fa1168f0f66f08b427e1c0 (diff) |
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 <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions