fix: y2038: hide timeval/timespec/itimerval/itimerspec types (v5.6)
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 24 Feb 2020 20:11:03 +0000 (15:11 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 24 Feb 2020 21:50:22 +0000 (16:50 -0500)
commit1c8460441b8caf5ddddf657f8c8c69e06bf3b9be
tree1045c104c9247badabfdca7db1e152b213507094
parent72dc372e70bc306d235c4eb4023d72a24f861d5d
fix: y2038: hide timeval/timespec/itimerval/itimerspec types (v5.6)

See upstream commit:

  commit c766d1472c70d25ad475cf56042af1652e792b23
  Author: Arnd Bergmann <arnd@arndb.de>
  Date:   Thu Feb 20 20:03:57 2020 -0800

    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: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I986a813ad8b1c753ab1fa07f726b0cc481f049cb
lttng-syscalls.c
This page took 0.024849 seconds and 4 git commands to generate.