summaryrefslogtreecommitdiff
path: root/system/userspace-rcu/endian.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/userspace-rcu/endian.patch')
-rw-r--r--system/userspace-rcu/endian.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/system/userspace-rcu/endian.patch b/system/userspace-rcu/endian.patch
deleted file mode 100644
index d80495c8a..000000000
--- a/system/userspace-rcu/endian.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- userspace-rcu-0.14.0/doc/examples/rculfhash/jhash.h.old 2023-02-13 11:51:12.000000000 -0600
-+++ userspace-rcu-0.14.0/doc/examples/rculfhash/jhash.h 2024-08-10 18:35:07.651374111 -0500
-@@ -51,7 +51,7 @@
- c ^= b; c -= rot(b, 24); \
- }
-
--#if (BYTE_ORDER == LITTLE_ENDIAN)
-+#if (__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__)
- #define HASH_LITTLE_ENDIAN 1
- #else
- #define HASH_LITTLE_ENDIAN 0