Skip to content
  • Arnd Bergmann's avatar
    y2038: ipc: Report long times to user space · c2ab975c
    Arnd Bergmann authored
    
    
    The shmid64_ds/semid64_ds/msqid64_ds data structures have been extended
    to contain extra fields for storing the upper bits of the time stamps,
    this patch does the other half of the job and and fills the new fields on
    32-bit architectures as well as 32-bit tasks running on a 64-bit kernel
    in compat mode.
    
    There should be no change for native 64-bit tasks.
    
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    c2ab975c