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

y2038: socket: Change recvmmsg to use __kernel_timespec



This converts the recvmmsg() system call in all its variations to use
'timespec64' internally for its timeout, and have a __kernel_timespec64
argument in the native entry point. This lets us change the type to use
64-bit time_t at a later point while using the 32-bit compat system call
emulation for existing user space.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 474b9c77
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