You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The correct type on x32 is 64-bit wide, same as for the other struct
members around it, so use __kernel_long_t in place of the original
__kernel_time_t here, corresponding to the rest of the structure.
Fixes: caf5e32 ("y2038: ipc: remove __kernel_time_t reference from headers")
Reported-by: Ben Hutchings <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
0 commit comments