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

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: default avatarArnd Bergmann <arnd@arndb.de>
parent 3876ced4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment