aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/qemu/files/musl-patches/fix-sendmsg.patch')
-rw-r--r--app-emulation/qemu/files/musl-patches/fix-sendmsg.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-emulation/qemu/files/musl-patches/fix-sendmsg.patch b/app-emulation/qemu/files/musl-patches/fix-sendmsg.patch
deleted file mode 100644
index dc9c4bca..00000000
--- a/app-emulation/qemu/files/musl-patches/fix-sendmsg.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/linux-user/syscall.c b/linux-user/syscall.c
-index 389ec09764..116d5eaff5 100644
---- a/linux-user/syscall.c
-+++ b/linux-user/syscall.c
-@@ -3337,7 +3337,7 @@ static abi_long do_sendrecvmsg_locked(int fd, struct target_msghdr *msgp,
- int flags, int send)
- {
- abi_long ret, len;
-- struct msghdr msg;
-+ struct msghdr msg = {};
- abi_ulong count;
- struct iovec *vec;
- abi_ulong target_vec;