fix: 'struct timex' removed upstream (v5.6)
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 24 Feb 2020 16:30:22 +0000 (11:30 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 24 Feb 2020 19:00:13 +0000 (14:00 -0500)
commit9eb15e8baa0dd2961b6a74aeeb9d23602fa5a149
tree9bdb0f0ce90e26f1d79c172b9a51ccdf4f18c6e5
parent1964cccb936a6dec5de336946f904b4b1006560e
fix: 'struct timex' removed upstream (v5.6)

The 'timex' struct was remove in v5.6 and replaced by 2 variants, one
that is y2038 compliant and a compat version for 32bit archs.

Add this temporary fix while we update our syscalls tracepoint headers,
the type of this struct has limited importance since it's only used to
record the adress in the trace.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Change-Id: I085b22f282db57985f1c3d341e7c0866cb20e3c9
lttng-syscalls.c
This page took 0.024965 seconds and 4 git commands to generate.