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:39 +0000 (17:38 +0100)
commit838a132c18a595c17b0baa8a6a18a709de422abe
tree584e1dfb95337e1d0de700f19b9c47fe115c1eb2
parent2a71a5578da3635374b72d8e365b308bf5896d97
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.024132 seconds and 4 git commands to generate.