• A
    y2038: ipc: Use __kernel_timespec · 21fc538d
    Arnd Bergmann 提交于
    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: NArnd Bergmann <arnd@arndb.de>
    21fc538d
sem.c 60.9 KB