Skip to content

Commit 6897ab3

Browse files
committed
fuse: fix compilation for aarch64
1 parent f8c4d53 commit 6897ab3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)