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:37:42 +0000 (17:37 +0100)
commit2c7dd8012db9f1b77ec5dd17ac5d16ebfb0ac1b4
tree2ed662bdaa5bad2724bae6d0134ba408e3889533
parent91194d7fa0e565cfb0f8dd4a122f1ee54565ba97
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.024986 seconds and 4 git commands to generate.