python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / libfuse / 0001-fix-aarch64-build.patch
blob3b88687f6c6082717478250a8de46f1d3e993df1
1 Fix build on the AArch64 platform
3 Upstream-Status: Submitted
5 Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
7 --- a/include/fuse_kernel.h
8 +++ b/include/fuse_kernel.h
9 @@ -88,12 +88,7 @@
10 #ifndef _LINUX_FUSE_H
11 #define _LINUX_FUSE_H
13 -#include <sys/types.h>
14 -#define __u64 uint64_t
15 -#define __s64 int64_t
16 -#define __u32 uint32_t
17 -#define __s32 int32_t
18 -#define __u16 uint16_t
19 +#include <linux/types.h>
22 * Version negotiation: