mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-12 16:57:13 +02:00
12 lines
266 B
Diff
12 lines
266 B
Diff
--- ./librabbitmq/amqp_private.h.orig
|
|
+++ ./librabbitmq/amqp_private.h
|
|
@@ -262,7 +262,7 @@
|
|
}
|
|
|
|
/* Determine byte order */
|
|
-#if defined(__GLIBC__)
|
|
+#if defined(__linux__)
|
|
# include <endian.h>
|
|
# if (__BYTE_ORDER == __LITTLE_ENDIAN)
|
|
# define AMQP_LITTLE_ENDIAN
|