mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
11 lines
266 B
Diff
11 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
|