commit | 3ef56dc2678258b7211b1870d034c1666becb2bd | [log] [tgz] |
---|---|---|
author | Deepa Dinamani <deepa.kernel@gmail.com> | Wed Aug 02 19:51:10 2017 -0700 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Sep 03 20:21:23 2017 -0400 |
tree | 0798aa4b92b9c2724dbf8ae3db8b852134a10ade | |
parent | 8ac72a462371b39579790394efcea014388f737d [diff] |
ipc: Make sys_semtimedop() y2038 safe struct timespec is not y2038 safe on 32 bit machines. Replace timespec with y2038 safe struct timespec64. Note that the patch only changes the internals without modifying the syscall interface. This will be part of a separate series. Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>