summaryrefslogtreecommitdiff
path: root/net/ecal/files/patch-thirdparty_tcp__pubsub_tcp__pubsub_tcp__pubsub_src_portable__endian.h
blob: 47873b0d7caf6d99d3f639d0efb9bc01fccf5c8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- thirdparty/tcp_pubsub/tcp_pubsub/tcp_pubsub/src/portable_endian.h.orig	2024-04-26 04:19:56 UTC
+++ thirdparty/tcp_pubsub/tcp_pubsub/tcp_pubsub/src/portable_endian.h
@@ -58,14 +58,14 @@
 
 #	include <sys/endian.h> // IWYU pragma: export
 
-#	define be16toh(x) betoh16(x)
-#	define le16toh(x) letoh16(x)
+//#	define be16toh(x) betoh16(x)
+//#	define le16toh(x) letoh16(x)
 
-#	define be32toh(x) betoh32(x)
-#	define le32toh(x) letoh32(x)
+//#	define be32toh(x) betoh32(x)
+//#	define le32toh(x) letoh32(x)
 
-#	define be64toh(x) betoh64(x)
-#	define le64toh(x) letoh64(x)
+//#	define be64toh(x) betoh64(x)
+//#	define le64toh(x) letoh64(x)
 
 #elif defined(__WINDOWS__)