aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-ar71xx/patches/023-musl-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/boot/uboot-ar71xx/patches/023-musl-compat.patch')
-rw-r--r--package/boot/uboot-ar71xx/patches/023-musl-compat.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/boot/uboot-ar71xx/patches/023-musl-compat.patch b/package/boot/uboot-ar71xx/patches/023-musl-compat.patch
deleted file mode 100644
index 1dacc993e7..0000000000
--- a/package/boot/uboot-ar71xx/patches/023-musl-compat.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/include/compiler.h 2018-08-29
-+++ b/include/compiler.h 2018-08-29
-@@ -46,6 +46,10 @@ extern int errno;
- #ifdef __linux__
- # include <endian.h>
- # include <byteswap.h>
-+#ifndef __GLIBC__
-+typedef unsigned long ulong;
-+typedef unsigned int uint;
-+#endif
- #elif defined(__MACH__) || defined(__FreeBSD__)
- # include <machine/endian.h>
- typedef unsigned long ulong;