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:50:22 +0000 (16:50 -0500)
commit72dc372e70bc306d235c4eb4023d72a24f861d5d
treefc81dc215c7f48f55adccb353f673c7b3f95f3d5
parent518dba2d9baacacfd4e79f79d2388c5bc1bdca12
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.025304 seconds and 4 git commands to generate.