We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c4d53 commit 6897ab3Copy full SHA for 6897ab3
cross/fuse/patches/002-fix-for-aarch64.patch
@@ -0,0 +1,17 @@
1
+# From https://bugs.launchpad.net/linaro-oe/+bug/1087757
2
+--- include/fuse_kernel.h.orig 2019-01-11 16:47:55.990842892 +0000
3
++++ include/fuse_kernel.h 2019-01-11 16:48:10.635079334 +0000
4
+@@ -88,12 +88,7 @@
5
+ #ifndef _LINUX_FUSE_H
6
+ #define _LINUX_FUSE_H
7
+
8
+-#include <sys/types.h>
9
+-#define __u64 uint64_t
10
+-#define __s64 int64_t
11
+-#define __u32 uint32_t
12
+-#define __s32 int32_t
13
+-#define __u16 uint16_t
14
++#include <linux/types.h>
15
16
+ /*
17
+ * Version negotiation:
0 commit comments