Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/percona-server/LF_PINS-size.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/percona-server/LF_PINS-size.patch')
-rw-r--r--community/percona-server/LF_PINS-size.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/percona-server/LF_PINS-size.patch b/community/percona-server/LF_PINS-size.patch
deleted file mode 100644
index 49518579..00000000
--- a/community/percona-server/LF_PINS-size.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/include/lf.h 2019-01-23 14:23:40.167072246 +0000
-+++ b/include/lf.h 2019-01-23 14:20:59.600689484 +0000
-@@ -88,7 +88,7 @@
- std::atomic<uint64> link;
- /* we want sizeof(LF_PINS) to be 64 to avoid false sharing */
- #if 2 * 8 + SIZEOF_CHARP * (LF_PINBOX_PINS + 2) != 64
-- char pad[64 - sizeof(uint32) * 2 - sizeof(void *) * (LF_PINBOX_PINS + 2)];
-+ char pad[64 - (2 * 8 + SIZEOF_CHARP * (LF_PINBOX_PINS + 2))];
- #endif
- };
-