Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 21fc538d authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
parent c2ab975c
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