Skip to content
Commit 49c39f84 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
parent c2e6c856
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment