fix: use timespec64 on kernels that have it
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 24 Feb 2020 19:50:20 +0000 (14:50 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 24 Feb 2020 21:46:21 +0000 (16:46 -0500)
commit3636085f77c7fec384297a79fea15447a7d74fc0
treefe4e33e454ca39fc739ca9c1fa68bcbaeacc1725
parentc07dca48244f57469b8965a2006a8671a8b39fc0
fix: use timespec64 on kernels that have it

This fixes v5.6 which has hidden 'struct timespec' from kernel code and
makes 32bit archs y2038 compliant on v3.17 and newer.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I1daedc4a93cbbebb8f5a1d99c4619cb27f6a9e07
lttng-events.c
wrapper/time.h [new file with mode: 0644]
This page took 0.024993 seconds and 4 git commands to generate.