summaryrefslogtreecommitdiffstats
path: root/package/libfuse/libfuse-fix-aarch64-build.patch
blob: 3b88687f6c6082717478250a8de46f1d3e993df1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Fix build on the AArch64 platform

Upstream-Status: Submitted

Signed-off-by: Riku Voipio <riku.voipio@linaro.org>

--- a/include/fuse_kernel.h
+++ b/include/fuse_kernel.h
@@ -88,12 +88,7 @@
 #ifndef _LINUX_FUSE_H
 #define _LINUX_FUSE_H
 
-#include <sys/types.h>
-#define __u64 uint64_t
-#define __s64 int64_t
-#define __u32 uint32_t
-#define __s32 int32_t
-#define __u16 uint16_t
+#include <linux/types.h>
 
 /*
  * Version negotiation: