commit | 82c3bb87758c4128530f3cbb7ae045ef423ee718 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Nov 15 15:58:49 2019 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Sat Dec 14 22:12:13 2019 +0100 |
tree | fc1bc929263180d8b33ac074187a58b620caa193 | |
parent | 6facd7e2aa27216c5deb879a8b9643714d2e253e [diff] |
y2038: hide timeval/timespec/itimerval/itimerspec types There are no in-kernel users remaining, but there may still be users that include linux/time.h instead of sys/time.h from user space, so leave the types available to user space while hiding them from kernel space. Only the __kernel_old_* versions of these types remain now. Signed-off-by: Arnd Bergmann <arnd@arndb.de>