• Arnd Bergmann's avatar
    y2038: vdso: change timespec to __kernel_old_timespec · 82210fc7
    Arnd Bergmann authored
    In order to remove 'timespec' completely from the kernel, all
    internal uses should be converted to a y2038-safe type, while
    those that are only for compatibity with existing user space
    should be marked appropriately.
    
    Change vdso to use __kernel_old_timespec in order to avoid
    the deprecated type and mark these interfaces as outdated.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    82210fc7
asm-offsets.c 14.2 KB