commit | 4f9fbd893fe83a1193adceca41c8f7aa6c7382a1 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Nov 15 15:53:29 2019 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Wed Dec 18 18:07:33 2019 +0100 |
tree | b8f8b31962fe41a376351058401680dff137bbfa | |
parent | 751addac78b6f205ffd47c8736ca6d429dc77703 [diff] |
y2038: rename itimerval to __kernel_old_itimerval Take the renaming of timeval and timespec one level further, also renaming itimerval to __kernel_old_itimerval, to avoid namespace conflicts with the user-space structure that may use 64-bit time_t members. Signed-off-by: Arnd Bergmann <arnd@arndb.de>