commit | 7948450d455658601fedbf3b3e9890b4b36a214a | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Jan 11 16:14:21 2019 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Feb 07 00:13:27 2019 +0100 |
tree | 8ffea30cb3036cc93adbf207f36e3a768daf0c3c | |
parent | 3876ced476c8ec17265d1739467e726ada88b660 [diff] |
x86/x32: use time64 versions of sigtimedwait and recvmmsg x32 has always followed the time64 calling conventions of these syscalls, which required a special hack in compat_get_timespec aka get_old_timespec32 to continue working. Since we now have the time64 syscalls, use those explicitly. Signed-off-by: Arnd Bergmann <arnd@arndb.de>