Fix: allow tracepoints to build with --std=c99
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 17 Nov 2014 16:36:10 +0000 (17:36 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 17 Nov 2014 16:38:50 +0000 (17:38 +0100)
commit3ae776d848830ec03db468e68e243e8a4ee401b0
treeee2d968574fb738fe4a0516a7e29da7afc5abd42
parent12f6d1183b45091b7b398a3d559ef9feadbba7c8
Fix: allow tracepoints to build with --std=c99

std=c99 without #define __USE_BSD does not work for tracepoint header,
due to missing endianness macros. Force their definition in the
ust-endian.h wrapper if they are missing.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-endian.h
This page took 0.025976 seconds and 4 git commands to generate.