aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/pahole/patches/fix_wordsize.patch
blob: a4447d809130f07d75817b4bf5aa9521e06712e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- hash.h.orig
+++ hash.h
@@ -16,6 +16,9 @@
 
 #include <stdint.h>
 
+#undef __WORDSIZE
+#define __WORDSIZE 64
+
 /* 2^31 + 2^29 - 2^25 + 2^22 - 2^19 - 2^16 + 1 */
 #define GOLDEN_RATIO_PRIME_32 0x9e370001UL
 /*  2^63 + 2^61 - 2^57 + 2^54 - 2^51 - 2^18 + 1 */