port: use ust-endian.h compat
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 30 Nov 2020 21:21:08 +0000 (16:21 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 7 Dec 2020 21:25:11 +0000 (16:25 -0500)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Id76539961e28a90bb7083a7a83eafd6d966cfb39

liblttng-ust/event-notifier-notification.c
liblttng-ust/lttng-bytecode-interpreter.c
libmsgpack/msgpack.c

index f1fb8adcbe427a554de8b44bd67f6175375a1f56..ae997eb703a2d5d7053b7980b6e01a8ae28dd1fa 100644 (file)
@@ -21,9 +21,9 @@
 #define _LGPL_SOURCE
 
 #include <assert.h>
-#include <byteswap.h>
 #include <errno.h>
 #include <lttng/ust-events.h>
+#include <lttng/ust-endian.h>
 #include <usterr-signal-safe.h>
 
 #include "../libmsgpack/msgpack.h"
index 637fdc1a966ea3b392837fe6b9908e79330cab18..6072aee9bd6105526e6063748c7c7e5f00b33b6f 100644 (file)
@@ -27,7 +27,6 @@
 #define _LGPL_SOURCE
 #include <stddef.h>
 #include <stdint.h>
-#include <byteswap.h>
 
 #include <lttng/urcu/pointer.h>
 #include <lttng/ust-endian.h>
index f3eca64a654cd5cfcfcc9cfabdaf5fca387e5f46..564639cd576c49e630ced610b576e231f5160a1c 100644 (file)
@@ -76,7 +76,7 @@
 
 #else /* __KERNEL__ */
 
-#include <endian.h>
+#include <lttng/ust-endian.h>
 #include <stdio.h>
 #include <string.h>
 
This page took 0.026371 seconds and 4 git commands to generate.