• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/libfuse/libfuse-fix-aarch64-build.patch
Thomas PetazzoniThomas Petazzoni committed c118c4350b303 Feb 2013
Raw file
Source viewDiff to previous
 
1
Fix build on the AArch64 platform
2
​
3
Upstream-Status: Submitted
4
​
5
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
6
​
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
12
 
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>
20
 
21
 /*
22
  * Version negotiation:
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.