diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-04-18 13:42:25 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-08-29 15:42:24 +0200 |
commit | c2e6c8567acdba8db1055b242c34ceb123c6a253 (patch) | |
tree | c68fc623710d64f681bcd1b90965f69a757e64ba /.gitattributes | |
parent | 474b9c777b20b8340a6ee0f7ba6ebbd6a4bf47e2 (diff) | |
download | talos-op-linux-c2e6c8567acdba8db1055b242c34ceb123c6a253.tar.gz talos-op-linux-c2e6c8567acdba8db1055b242c34ceb123c6a253.zip |
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: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions