aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/qemu/files/musl-patches/MAP_SYNC-fix.patch')
-rw-r--r--app-emulation/qemu/files/musl-patches/MAP_SYNC-fix.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-emulation/qemu/files/musl-patches/MAP_SYNC-fix.patch b/app-emulation/qemu/files/musl-patches/MAP_SYNC-fix.patch
deleted file mode 100644
index e13609d7..00000000
--- a/app-emulation/qemu/files/musl-patches/MAP_SYNC-fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/util/mmap-alloc.c b/util/mmap-alloc.c
-index f7f177d..7598960 100644
---- a/util/mmap-alloc.c
-+++ b/util/mmap-alloc.c
-@@ -10,14 +10,16 @@
- * later. See the COPYING file in the top-level directory.
- */
-
-+#include "qemu/osdep.h"
-+
- #ifdef CONFIG_LINUX
- #include <linux/mman.h>
-+#include <asm-generic/mman.h> /* for ppc64le */
- #else /* !CONFIG_LINUX */
- #define MAP_SYNC 0x0
- #define MAP_SHARED_VALIDATE 0x0
- #endif /* CONFIG_LINUX */
-
--#include "qemu/osdep.h"
- #include "qemu/mmap-alloc.h"
- #include "qemu/host-utils.h"
-