commit | 21fc538d817ce671f1a28a03996c715247c2ac89 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Apr 13 13:58:00 2018 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Apr 20 16:20:24 2018 +0200 |
tree | 265b0b588916266eb42e35435c8ea060089a7983 | |
parent | c2ab975c30f0c3d3efcd69c1f1b2baa831c9374f [diff] |
y2038: ipc: Use __kernel_timespec This is a preparatation for changing over __kernel_timespec to 64-bit times, which involves assigning new system call numbers for mq_timedsend(), mq_timedreceive() and semtimedop() for compatibility with future y2038 proof user space. The existing ABIs will remain available through compat code. Signed-off-by: Arnd Bergmann <arnd@arndb.de>