mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
qemu: fix patch
This commit is contained in:
parent
079bba41c1
commit
f42d507647
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ Source: @pullmoll
|
||||||
Upstream: no
|
Upstream: no
|
||||||
Reason: Not needed. For glibc this has just #include <signal.h> and for musl it prints a warning.
|
Reason: Not needed. For glibc this has just #include <signal.h> and for musl it prints a warning.
|
||||||
|
|
||||||
--- osdep.h 2020-12-08 17:59:44.000000000 +0100
|
--- include/qemu/osdep.h 2020-12-08 17:59:44.000000000 +0100
|
||||||
+++ /tmp/void/glibc-2/builddir/qemu-5.2.0/include/qemu/osdep.h 2020-12-12 18:41:47.709685865 +0100
|
+++ include/qemu/osdep.h 2020-12-12 18:41:47.709685865 +0100
|
||||||
@@ -104,10 +104,6 @@
|
@@ -104,10 +104,6 @@
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue