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:36:10 +0000 (17:36 +0100)
commit484fc1933b3f9d009298b276835b018f6391b475
tree16421a475ca7a177ddd88b3ab490fae13ef0580a
parentf012efa89f8ac9aa04ac60d072f766ad44d4acd0
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.023835 seconds and 4 git commands to generate.