diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-04-18 16:56:13 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-08-29 16:42:25 +0300 |
commit | 49c39f8464a9af702e9d45800c00a572753aeb06 (patch) | |
tree | a6ee558be49608cf8ee603b9d8ed46c1840aa5dd /kernel/profile.c | |
parent | c2e6c8567acdba8db1055b242c34ceb123c6a253 (diff) | |
download | linux-49c39f8464a9af702e9d45800c00a572753aeb06.tar.xz |
y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
This changes sys_rt_sigtimedwait() to use get_timespec64(), changing
the timeout type to __kernel_timespec, which will be changed to use
a 64-bit time_t in the future. Since the do_sigtimedwait() core
function changes, we also have to modify the compat version of this
system call in the same way.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'kernel/profile.c')
0 files changed, 0 insertions, 0 deletions