diff options
author | Sam James <sam@gentoo.org> | 2023-05-31 01:35:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-31 01:35:14 +0100 |
commit | 1fc5ab0a22228d2b385c4e1c80e7d78b60a7104a (patch) | |
tree | 3fa5869209340722f9d38d885bea009678f09716 /app-emulation/qemu/files/musl-patches/MAP_SYNC-fix.patch | |
parent | net-fs/samba: treeclean (diff) | |
download | musl-1fc5ab0a22228d2b385c4e1c80e7d78b60a7104a.tar.gz musl-1fc5ab0a22228d2b385c4e1c80e7d78b60a7104a.tar.bz2 musl-1fc5ab0a22228d2b385c4e1c80e7d78b60a7104a.zip |
app-emulation/qemu: treeclean
::gentoo works AFAIK.
Signed-off-by: Sam James <sam@gentoo.org>
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.patch | 22 |
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" - |