aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rabbitmq-c/musl-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/rabbitmq-c/musl-fix.patch')
-rw-r--r--testing/rabbitmq-c/musl-fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/rabbitmq-c/musl-fix.patch b/testing/rabbitmq-c/musl-fix.patch
deleted file mode 100644
index e76b082f92..0000000000
--- a/testing/rabbitmq-c/musl-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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